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.
mingw-check
1 parent dc8e56f commit ef5d82eCopy full SHA for ef5d82e
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -43,6 +43,9 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
43
44
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
45
46
+# NOTE(jieyouxu): CI rustc do not have rustc debug assertions at the moment!
47
+ENV NO_DEBUG_ASSERTIONS 1
48
+
49
# Check library crates on all tier 1 targets.
50
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
51
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
0 commit comments