Skip to content

Commit aff0364

Browse files
committed
TEMPORARILY enable i586 in PR CI
1 parent 29f9ab2 commit aff0364

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)