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 fb0a5a5 commit fdd8554Copy full SHA for fdd8554
1 file changed
src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh
@@ -2,15 +2,12 @@
2
3
set -eux
4
5
-python3 ../x.py build --set rust.debug=true opt-dist
6
-
7
-./build/$HOSTS/stage1-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
+# TESTING-ONLY CHANGES.
+touch github-summary.md
+python3 ../x.py dist \
8
--host $HOSTS --target $HOSTS \
9
- --include-default-paths \
10
- build-manifest \
11
- bootstrap \
12
- enzyme \
13
- rustc_codegen_gcc
+ --set "rust.codegen-backends=['llvm']" \
+ rustc rust-std cargo rust-src
14
15
# Use GCC for building GCC components, as it seems to behave badly when built with Clang
16
# Only build GCC on full builds, not try builds
0 commit comments