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 cb12b52 commit 0c5864fCopy full SHA for 0c5864f
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -46,6 +46,8 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
46
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
47
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
48
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
51
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
52
python3 ../x.py clippy bootstrap -Dwarnings && \
53
python3 ../x.py clippy compiler library -Aclippy::all -Dclippy::correctness && \
0 commit comments