@dim is preparing to import Clang/LLVM 12 into the base system as the system compiler / toolchain. Apply the same change to the Cirrus-CI config.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Once upon a time, you also needed to suppress bootstrapping the toolchain... Does CROSS_TOOLCHAIN do that automatically these days?
Comment Actions
I believe so, but will double check.
Looking at the Cirrus-CI log for the run above, I do not see Clang being built (bootstrap or for target).
Comment Actions
Isn't that what WITHOUT_TOOLCHAIN= accomplishes?
That should avoiding the toolchain that would be installed, but (with only that set) would still build the bootstrap toolchain.