-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Could not symlink bin/2to3 macoslatest #9508
Comments
Hello @leonaAtkins! |
@MaksimZhukov You are right, I hadn't noticed that, it was the last error reported when the build failed, so I incorrectly assumed this was the cause of the failure. But you can see that one build passed, the other failed, on the 'install required packages' step, so something is up with that step, difficult to pin down what it is then. |
I do see another error for python
which doesn't appear in the 'successful' build. |
Might be similar to this bug (thought we don't use xz) |
sbtn
macoslatest
Switched to using Ubuntu Runner as needed to get deployment out in timely manor. |
Description
When trying to run terraform into on macos we're now getting the following error, for info this worked fine last week (March 08/03/2024)
This is using
runs-on: macos-latest
- uses: Homebrew/actions/setup-homebrew@master
runs: brew install tfenv grep findutils
-- failserror
Platforms affected
Runner images affected
Image version and build link
https://github.com/alphagov/govwifi-terraform/actions/runs/8263390839/job/22604698757
Is it regression?
https://github.com/alphagov/govwifi-terraform/actions/runs/8207689743/job/22449523941
Expected behavior
expected action to pass.
Actual behavior
Fails with
Edit on further investigation, there was another error
Which I think is the actual cause of my problems and seems to be a recurring issue
Repro steps
This is using
runs-on: macos-latest
- uses: Homebrew/actions/setup-homebrew@master
runs: brew install tfenv grep findutils
-- failserror
The text was updated successfully, but these errors were encountered: