Commit 8914f9f
authored
Accept Homebrew revision suffix in LLVM version parsing (#557)
Homebrew published llvm 22.1.7_1, where the trailing _1 is a bottle
revision (a rebuild of the same upstream version). The version
validation regex only accepted bare X.Y.Z, so it rejected the _N
suffix and failed the "Setup homebrew packages" step in every C++ job.
Widen the regex to accept an optional _N revision suffix. The parsed
value feeds compiler.abi_extra in the Conan sanitizers profile, so
keeping the suffix is correct: a Homebrew rebuild should invalidate the
Conan ABI discriminator and trigger a rebuild.1 parent 63db812 commit 8914f9f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments