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.
1 parent 29f9ab2 commit aff0364Copy full SHA for aff0364
src/ci/github-actions/jobs.yml
@@ -91,6 +91,9 @@ pr:
91
<<: *job-linux-16c
92
- image: x86_64-gnu-tools
93
94
+ # TEMPORARY HACK to test i586 in a PR
95
+ - image: dist-i586-gnu-i586-i686-musl
96
+ <<: *job-linux-4c
97
98
# Jobs that run when you perform a try build (@bors try)
99
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments