Skip to content

Commit 5c30142

Browse files
committed
Only test std, alloc and core
1 parent b964b00 commit 5c30142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/docker/scripts/x86_64-gnu-llvm.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ if [[ -z "${PR_CI_JOB}" ]]; then
99
# The tests are run a second time with the size optimizations enabled.
1010
if [[ "${ENABLE_GCC_CODEGEN}" == "1" ]]; then
1111
../x.py --stage 1 test --skip src/tools/tidy --skip tests/codegen
12-
../x.py --stage 1 test --skip src/tools/tidy --skip tests/codegen \
12+
../x.py --stage 1 test library/std library/alloc library/core \
1313
--rustc-args "--cfg feature=\"optimize_for_size\""
1414
else
1515
../x.py --stage 1 test --skip src/tools/tidy
16-
../x.py --stage 1 test --skip src/tools/tidy --rustc-args \
17-
"--cfg feature=\"optimize_for_size\""
16+
../x.py --stage 1 test library/std library/alloc library/core \
17+
--rustc-args "--cfg feature=\"optimize_for_size\""
1818
fi
1919

2020
# Run the `mir-opt` tests again but this time for a 32-bit target.

0 commit comments

Comments
 (0)