Skip to content

Commit

Permalink
Auto merge of #125411 - onur-ozkan:sanity-check-libstdc++, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

check host's libstdc++ version when using ci llvm

If the host's libstdc++ version is too old using ci-llvm may result in an ABI mismatch between the local libstdc++ and libLLVM.so. This PR adds a sanity check to immediately fail at the beginning of the bootstrap before starting the actual build. I am not sure if '8' is the best threshold, but it should be a good start and we can increase it anytime if needed.

Fixes #123037
  • Loading branch information
bors committed Jun 6, 2024
2 parents 2428312 + 6375c90 commit 23c2c7f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 23c2c7f

Please sign in to comment.