Skip to content

Commit 5a11fab

Browse files
committed
fix dockerfiles
1 parent f2ef16b commit 5a11fab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/i686-gnu-nopt-1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ ENV SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml
3333
--skip tests \
3434
--skip src \
3535
--skip coverage-map \
36-
--skip coverage-run \
36+
--skip coverage-run

src/ci/docker/host-x86_64/i686-gnu-nopt-2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ ENV SCRIPT python3 ../x.py --stage 2 test \
3131
# Skip tests that we run in i686-gnu-nopt-1
3232
--skip compiler \
3333
--skip library \
34-
--skip tidyselftest \
34+
--skip tidyselftest

0 commit comments

Comments
 (0)