File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 49
49
jobs :
50
50
stage1 :
51
51
if : github.repository_owner == 'llvm'
52
- runs : &docker-image
53
- using : ' docker'
54
- image : ' libcxx/utils/ci/Dockerfile'
55
- args :
56
- - BASE_IMAGE : ghcr.io/actions/actions-runner:2.317.0
57
- - GCC_LATEST_VERSION : 14
58
- - LLVM_HEAD_VERSION : 20
52
+ runs-on : ubuntu-latest
53
+ # runs: &docker-image
54
+ # using: 'docker'
55
+ # image: 'libcxx/utils/ci/Dockerfile'
56
+ # args:
57
+ # - BASE_IMAGE: ghcr.io/actions/actions-runner:2.317.0
58
+ # - GCC_LATEST_VERSION: 14
59
+ # - LLVM_HEAD_VERSION: 20
59
60
continue-on-error : false
60
61
strategy :
61
62
fail-fast : false
90
91
**/crash_diagnostics/*
91
92
stage2 :
92
93
if : github.repository_owner == 'llvm'
93
- runs :
94
- << : *docker-image
94
+ runs-on : ubuntu-latest
95
95
needs : [ stage1 ]
96
96
continue-on-error : false
97
97
strategy :
@@ -172,8 +172,7 @@ jobs:
172
172
' benchmarks' ,
173
173
' bootstrapping-build'
174
174
]
175
- runs :
176
- << : *docker-image
175
+ runs-on : ubuntu-latest
177
176
steps :
178
177
- uses : actions/checkout@v4
179
178
- name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments