Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CICD: Macos dependencies #5618

Merged
merged 4 commits into from Jul 28, 2023
Merged

Conversation

algobarb
Copy link
Contributor

@algobarb algobarb commented Jul 28, 2023

Summary

CircleCI's amd64 machine are missing certain packages when we upgraded to 14.2.0. This change removes the conditional and will install and upgrade when we run the jobs on mac os machines each time.

Observed Behavior

During the mac_amd64 upgrade from xcode 13.2.1 to 14.2.0 (#5590 ), we had installed all of the packages by removing this conditional and running it once before reverting back the change. It seems to have cached the installed packages for a few days (7 days). However after a week we see this error automake is required, but wasn't found on this system again in our nightly builds.

The behavior seen in #2608 no longer seems to be true for CircleCI's xcode 14.2.0 machine.

Test Plan

Test that mac_amd64 build succeeds:
https://app.circleci.com/pipelines/github/algorand/go-algorand/15737/workflows/ea33bcc1-7654-4505-b7a7-ff8c959e89ac

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #5618 (cb2b468) into master (d82691d) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5618      +/-   ##
==========================================
- Coverage   54.95%   54.94%   -0.01%     
==========================================
  Files         460      460              
  Lines       64446    64446              
==========================================
- Hits        35417    35411       -6     
- Misses      26653    26657       +4     
- Partials     2376     2378       +2     

see 12 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@algobarb algobarb closed this Jul 28, 2023
@algobarb algobarb reopened this Jul 28, 2023
@algobarb algobarb marked this pull request as ready for review July 28, 2023 15:50
@algorandskiy algorandskiy merged commit 0da044b into algorand:master Jul 28, 2023
25 checks passed
@algobarb algobarb deleted the macos_dependencies branch July 28, 2023 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants