File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 8080
8181 check-formatting :
8282 if : github.event_name == 'pull_request'
83- runs-on : [ ci-runner-compiler, Linux]
83+ runs-on : matterlabs- ci-runner-high-performance
8484 container :
8585 image : ghcr.io/matter-labs/zksync-llvm-runner:latest
8686 options : -m 110g
@@ -127,7 +127,7 @@ jobs:
127127 --changed-files ${{ steps.changed-files.outputs.all_changed_files }}
128128
129129 regression-tests :
130- runs-on : [ ci-runner-compiler, Linux]
130+ runs-on : matterlabs- ci-runner-high-performance
131131 container :
132132 image : ghcr.io/matter-labs/zksync-llvm-runner:latest
133133 options : -m 110g
@@ -138,6 +138,14 @@ jobs:
138138 matrix : ${{ fromJson(needs.prepare-test-matrix.outputs.matrix-tests) }}
139139 steps :
140140
141+ - uses : actions/checkout@v4
142+ with :
143+ repository : NomicFoundation/solx
144+ ref : ' main'
145+
146+ - name : Clean up LLVM directory
147+ run : rm -rf llvm
148+
141149 - uses : actions/checkout@v4
142150 with :
143151 ref : ${{ matrix.commit }}
You can’t perform that action at this time.
0 commit comments