Skip to content

Commit dcab7d8

Browse files
committed
TEMPORARILY enable i586 in PR CI
1 parent d61345b commit dcab7d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ ENV CFLAGS_i586_unknown_linux_musl=-Wa,-mrelax-relocations=no
7474
ENV TARGETS=i586-unknown-linux-gnu,i686-unknown-linux-musl
7575

7676
ENV SCRIPT \
77-
python3 ../x.py --stage 2 test --host='' --target $TARGETS && \
77+
python3 ../x.py --stage 2 test --host='' --target i586-unknown-linux-gnu && \
7878
python3 ../x.py dist --host='' --target $TARGETS,i586-unknown-linux-musl

src/ci/github-actions/jobs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ pr:
9191
<<: *job-linux-16c
9292
- image: x86_64-gnu-tools
9393
<<: *job-linux-16c
94+
# TEMPORARY HACK to test i586 in a PR
95+
- image: dist-i586-gnu-i586-i686-musl
96+
<<: *job-linux-4c
9497

9598
# Jobs that run when you perform a try build (@bors try)
9699
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)