Skip to content

Commit f98f710

Browse files
committed
fix CI errors
Signed-off-by: onur-ozkan <[email protected]>
1 parent 6280bef commit f98f710

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ COPY host-x86_64/mingw-check-1/validate-error-codes.sh /scripts/
4747
ENV SCRIPT \
4848
/scripts/check-default-config-profiles.sh && \
4949
python3 ../x.py build --stage 0 src/tools/build-manifest && \
50+
python3 ../x.py test --stage 0 src/tools/compiletest && \
5051
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
5152
python3 ../x.py check --stage 1 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
5253
python3 ../x.py check --stage 1 --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 && \

src/librustdoc/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#![allow(clippy::collapsible_if, clippy::collapsible_else_if)]
2323
#![allow(rustc::diagnostic_outside_of_impl)]
2424
#![allow(rustc::untranslatable_diagnostic)]
25-
#![cfg_attr(bootstrap, feature(os_str_display))]
2625

2726
extern crate thin_vec;
2827

0 commit comments

Comments
 (0)