We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3408a commit f7682eeCopy full SHA for f7682ee
src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh
@@ -14,5 +14,7 @@ python3 ../x.py build --set rust.debug=true opt-dist
14
# Use GCC for building GCC components, as it seems to behave badly when built with Clang
15
# Only build GCC on full builds, not try builds
16
if [ "${DIST_TRY_BUILD:-0}" == "0" ]; then
17
- CC=/rustroot/bin/cc CXX=/rustroot/bin/c++ python3 ../x.py dist ci-gcc
+ CC=/rustroot/bin/cc CXX=/rustroot/bin/c++ python3 ../x.py dist \
18
+ ci-gcc \
19
+ gcc
20
fi
0 commit comments