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

Fix new CI failure #230

Merged
merged 7 commits into from Dec 11, 2023
Merged

Fix new CI failure #230

merged 7 commits into from Dec 11, 2023

Conversation

rebello95
Copy link
Contributor

@rebello95 rebello95 commented Dec 10, 2023

Although the fix in #228 passed CI on the PR, it failed on main. As far as I can tell, it seems to be inconsistent depending on which GitHub runner gets assigned to the job. After further experimentation and digging, it looks like colima had some breaking changes from 0.5.x -> 0.6.x which require colima delete to be run prior to starting. The changes in this PR address the issue, and I've re-run CI multiple times on this PR to try on multiple runners.

Thankfully, we'll be able to axe this setup once we switch to the new conformance runner.

Error:

==> Pouring python@3.12--3.12.0_1.ventura.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/python3.12
Target /usr/local/bin/python3.12
already exists. You may want to remove it:
  rm '/usr/local/bin/python3.12'

@rebello95 rebello95 merged commit 58e8802 into main Dec 11, 2023
11 checks passed
@rebello95 rebello95 deleted the fix-ci-2 branch December 11, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants