Skip to content

Commit 641d5f0

Browse files
authored
ci: clarify macos dependency details (#684)
On macOS, dependency versions are chosen as the latest stable tag for released packages and the tip of the main branch for unreleased packages. Signed-off-by: Steve Peters <scpeters@intrinsic.ai>
1 parent 95261ac commit 641d5f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here's a summary of all checks.
5353
Platform | Job name | OS | What does it do? | Where dependencies come from?
5454
--- | --- | --- | --- | ---
5555
Jenkins | `<library>-ci-pr_any-ubuntu-auto-amd64` | Ubuntu | Compile and run tests using CMake and Make | Stable binaries for stable branches, nightlies for `main`
56-
Jenkins | `<library>-ci-pr_any-homebrew-amd64` | macOS | Compile and run tests using CMake and Make | Homebrew binaries bottled from `osrf/simulation` tap
56+
Jenkins | `<library>-ci-pr_any-homebrew-amd64` | macOS | Compile and run tests using CMake and Make | Homebrew formulae from `osrf/simulation` tap (binary bottle of latest stable tag or HEAD from source)
5757
Jenkins | `<library>-pr-c*win` | Windows | Compile and run tests using [colcon](https://colcon.readthedocs.io/en/released/#) | External dependencies from [conda-forge](https://conda-forge.org/), Gazebo dependencies built from source with colcon
5858
Jenkins | `<library>-abichecker-any_to_any-ubuntu_auto-amd64` | Ubuntu | Run ABI checker | Stable binaries
5959
Actions | `Ubuntu CI / Ubuntu * CI` | Ubuntu Bionic and Focal | Compile and run tests using CMake and Make, run code checker and upload coverage results | Stable binaries for stable branches, nightlies for `main`

0 commit comments

Comments
 (0)