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

CI: remove homebrew autoupdate deactivation from CircleCI #6135

Merged
merged 4 commits into from
Sep 18, 2024

Conversation

onetechnical
Copy link
Contributor

@onetechnical onetechnical commented Sep 18, 2024

Summary

Nightly tests have been failing due to homebrew installation. We're attempting to fix this by not disabling homebrew upgrades.

The error we were getting was this:

Error: Failure while executing; `/usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.0.3\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 12.6.3\)\ curl/7.79.1 --header Accept-Language:\ en --fail --progress-bar --retry 3 --location --remote-time --output /Users/distiller/Library/Caches/Homebrew/Formula/libarchive.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/da26dd20d93fea974312a0177989178f0a28d211/Formula/libarchive.rb` exited with 22. Here's the output:
curl: (22) The requested URL returned error: 404

The raw github URL here has a typo - it is missing lib/ in the path. Homebrew itself needs to be updated to fix this problem.

We specifically avoided updating homebrew in #2608 as a build optimization, but as the default is no longer working and we aren't pinning the dependencies here, we should restore the update.

Test Plan

Try to run nightly tests on this branch.

@onetechnical onetechnical self-assigned this Sep 18, 2024
@algojohnlee algojohnlee merged commit e1eb46a into algorand:master Sep 18, 2024
23 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants