We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c0116e + ddd8b41 commit 3a31213Copy full SHA for 3a31213
src/ci/docker/mingw-check/Dockerfile
@@ -20,4 +20,5 @@ COPY scripts/sccache.sh /scripts/
20
RUN sh /scripts/sccache.sh
21
22
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
23
-ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu
+ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
24
+ python2.7 ../x.py build --stage 0 src/tools/build-manifest
src/tools/build-manifest/src/main.rs
@@ -14,7 +14,7 @@ extern crate serde_derive;
14
15
use std::collections::BTreeMap;
16
use std::env;
17
-use std::fs::File;
+use std::fs;
18
use std::io::{self, Read, Write};
19
use std::path::{PathBuf, Path};
use std::process::{Command, Stdio};
0 commit comments