Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[1.7.x] Increase Contracts Builder Timeout + Fix $SKIP_MAC + Fix hard-coded build command #7850

Merged
merged 3 commits into from
Sep 5, 2019

Conversation

scottarnette
Copy link
Contributor

@scottarnette scottarnette commented Sep 5, 2019

Change Description

This pull request fixes two problems we found in Buildkite pipeline 3.0. The first is a missing SKIP_MAC variable on the Brew Updater step, causing that step to fail any builds started with SKIP_MAC='true'. The second problem was that the Contracts Builder step had a timeout of 10 minutes, but took about 10 minutes to run. The default timeout for that step has been increased to 30 minutes.

1.7 has an additional fix impacting .cicd/build.sh. Linux builds previously had a hard-coded COMMANDS variable. This worked appropriately when only performing a build, but was incorrect for the Contract Builder step. This script now runs cmake, make, and make install with the appropriately determined CMAKE_FLAGS.

Tested

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@scottarnette scottarnette changed the title Cicd fixes r1.7 [1.7.x] Increase Contracts Builder Timeout + Fix $SKIP_MAC + Fix hard-coded build command Sep 5, 2019
@arhag arhag merged commit d219de8 into release/1.7.x Sep 5, 2019
@arhag arhag deleted the cicd-fixes-r1.7 branch September 5, 2019 18:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants