Skip to content

Commit

Permalink
Stop suggesting old versions of Clang that people could install
Browse files Browse the repository at this point in the history
We managed to confuse people on BioStars <https://www.biostars.org/p/9598655/#9598658> by noting that we *had* built with Clang 9 at one time, even though it would be a bad idea to actually try and install and use that Clang to build vg on a Mac right now.

This updates the README to describe how we actually decide what Clang to build with.
  • Loading branch information
adamnovak authored Jul 16, 2024
1 parent c1bcdef commit 41c20d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ As with Linux, you can add `-j16` or other numbers at the end to run multiple bu

**Note that static binaries cannot yet be built for Mac.**

Our team has successfully built vg on Mac with GCC versions 4.9, 5.3, 6, 7, and 7.3, as well as Clang 9.0.
The vg Mac build targets whatever the current version of Apple Clang is, and whatever version of Apple Clang is provided by our Github Actions Mac CI system. If your Clang is up to date and vg does not build for you, please open an issue.

#### Mac: Run

Expand Down

1 comment on commit 41c20d4

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch remove-old-clang-notes. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17245 seconds

Please sign in to comment.