Skip to content

Commit bce5f9e

Browse files
committed
CI: Store all artifacts in steps_build so that we can use it for b_ubu
1 parent 0f05b14 commit bce5f9e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ defaults:
219219
- checkout
220220
- run: *run_build
221221
- store_artifacts: *artifacts_solc
222+
- store_artifacts: *artifact_solidity_upgrade
223+
- store_artifacts: *artifact_yul_phaser
222224
- persist_to_workspace: *artifacts_executables
223225
- gitter_notify_failure_unless_pr
224226

@@ -747,14 +749,7 @@ jobs:
747749
# this runs 2x faster on xlarge but takes 4x more resources (compared to medium).
748750
# Enough other jobs depend on it that it's worth it though.
749751
<<: *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
758753

759754
# x64 ASAN build, for testing for memory related bugs
760755
b_ubu_asan: &b_ubu_asan

0 commit comments

Comments
 (0)