There was an error while loading. Please reload this page.
2 parents 3ebe60c + 8717b4b commit 339cd85Copy full SHA for 339cd85
1 file changed
src/ci/github-actions/jobs.yml
@@ -94,6 +94,7 @@ jobs:
94
dist-x86_64-linux: &job-dist-x86_64-linux
95
name: dist-x86_64-linux
96
env:
97
+ IMAGE: dist-x86_64-linux
98
CODEGEN_BACKENDS: llvm,cranelift
99
DOCKER_SCRIPT: dist.sh
100
<<: *job-linux-36c-codebuild
@@ -150,6 +151,7 @@ pr:
150
151
# it in each job definition.
152
try:
153
- <<: *job-dist-x86_64-linux
154
+ name: dist-x86_64-linux-quick
155
156
# Jobs that only run when explicitly invoked in one of the following ways:
157
# - comment `@bors try jobs=<job-name>`
0 commit comments