File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,8 @@ defaults:
219
219
- checkout
220
220
- run : *run_build
221
221
- store_artifacts : *artifacts_solc
222
+ - store_artifacts : *artifact_solidity_upgrade
223
+ - store_artifacts : *artifact_yul_phaser
222
224
- persist_to_workspace : *artifacts_executables
223
225
- gitter_notify_failure_unless_pr
224
226
@@ -747,14 +749,7 @@ jobs:
747
749
# this runs 2x faster on xlarge but takes 4x more resources (compared to medium).
748
750
# Enough other jobs depend on it that it's worth it though.
749
751
<< : *base_ubuntu2004_xlarge
750
- steps :
751
- - checkout
752
- - run : *run_build
753
- - store_artifacts : *artifacts_solc
754
- - store_artifacts : *artifact_solidity_upgrade
755
- - store_artifacts : *artifact_yul_phaser
756
- - persist_to_workspace : *artifacts_executables
757
- - gitter_notify_failure_unless_pr
752
+ << : *steps_build
758
753
759
754
# x64 ASAN build, for testing for memory related bugs
760
755
b_ubu_asan : &b_ubu_asan
You can’t perform that action at this time.
0 commit comments