mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	CI: Store all artifacts in steps_build so that we can use it for b_ubu
This commit is contained in:
		
							parent
							
								
									0f05b1485e
								
							
						
					
					
						commit
						bce5f9e0da
					
				| @ -219,6 +219,8 @@ defaults: | |||||||
|         - checkout |         - checkout | ||||||
|         - run: *run_build |         - run: *run_build | ||||||
|         - store_artifacts: *artifacts_solc |         - store_artifacts: *artifacts_solc | ||||||
|  |         - store_artifacts: *artifact_solidity_upgrade | ||||||
|  |         - store_artifacts: *artifact_yul_phaser | ||||||
|         - persist_to_workspace: *artifacts_executables |         - persist_to_workspace: *artifacts_executables | ||||||
|         - gitter_notify_failure_unless_pr |         - gitter_notify_failure_unless_pr | ||||||
| 
 | 
 | ||||||
| @ -747,14 +749,7 @@ jobs: | |||||||
|     # this runs 2x faster on xlarge but takes 4x more resources (compared to medium). |     # this runs 2x faster on xlarge but takes 4x more resources (compared to medium). | ||||||
|     # Enough other jobs depend on it that it's worth it though. |     # Enough other jobs depend on it that it's worth it though. | ||||||
|     <<: *base_ubuntu2004_xlarge |     <<: *base_ubuntu2004_xlarge | ||||||
|     steps: |     <<: *steps_build | ||||||
|       - checkout |  | ||||||
|       - run: *run_build |  | ||||||
|       - store_artifacts: *artifacts_solc |  | ||||||
|       - store_artifacts: *artifact_solidity_upgrade |  | ||||||
|       - store_artifacts: *artifact_yul_phaser |  | ||||||
|       - persist_to_workspace: *artifacts_executables |  | ||||||
|       - gitter_notify_failure_unless_pr |  | ||||||
| 
 | 
 | ||||||
|   # x64 ASAN build, for testing for memory related bugs |   # x64 ASAN build, for testing for memory related bugs | ||||||
|   b_ubu_asan: &b_ubu_asan |   b_ubu_asan: &b_ubu_asan | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user