Skip to content

Commit 0c5864f

Browse files
committed
check default config profiles on CI
Signed-off-by: onur-ozkan <[email protected]>
1 parent cb12b52 commit 0c5864f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/docker/host-x86_64/mingw-check/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
4646
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
4747
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
4848
ENV SCRIPT python3 ../x.py check --stage 0 --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \
49+
# Ensure that default config profiles are not broken
50+
for config_file in ../src/bootstrap/defaults/*.toml; do python3 ../x.py build --dry-run --config "$config_file"; done
4951
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
5052
python3 ../x.py clippy bootstrap -Dwarnings && \
5153
python3 ../x.py clippy compiler library -Aclippy::all -Dclippy::correctness && \

0 commit comments

Comments
 (0)