Skip to content

Commit fdd8554

Browse files
committed
TEST: Slim try-build for PGO/BOLT-free measurement
1 parent fb0a5a5 commit fdd8554

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

  • src/ci/docker/host-x86_64/dist-x86_64-linux

src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
set -eux
44

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 \
5+
# TESTING-ONLY CHANGES.
6+
touch github-summary.md
7+
python3 ../x.py dist \
88
--host $HOSTS --target $HOSTS \
9-
--include-default-paths \
10-
build-manifest \
11-
bootstrap \
12-
enzyme \
13-
rustc_codegen_gcc
9+
--set "rust.codegen-backends=['llvm']" \
10+
rustc rust-std cargo rust-src
1411

1512
# Use GCC for building GCC components, as it seems to behave badly when built with Clang
1613
# Only build GCC on full builds, not try builds

0 commit comments

Comments
 (0)