Commit f2d2bc4
committed
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.0.0'
is the best threshold, but it should be a good start and we can increase it anytime if needed.
Signed-off-by: onur-ozkan <work@onurozkan.dev>1 parent b54dd08 commit f2d2bc4
File tree
2 files changed
+17
-0
lines changed- src/bootstrap
- src/core
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
102 | 118 | | |
103 | 119 | | |
104 | 120 | | |
| |||
0 commit comments