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

Ensure python3 installs for ant-contrib dependencies on macos13 #3553

Closed
wants to merge 6 commits into from

Conversation

andrew-m-leonard
Copy link
Contributor

@andrew-m-leonard andrew-m-leonard commented Nov 30, 2023

Fixes #3550

We need to ensure any pre-existing '/usr/local/bin/..' python related symlinks are removed prior to github action for mac.

Not an ideal fix, but as a workaround, these need removing, ref actions/setup-python#577 (comment):

        rm -f '/usr/local/bin/2to3'
        rm -f '/usr/local/bin/2to3-3.11'
        rm -f '/usr/local/bin/idle3'
        rm -f '/usr/local/bin/idle3.11'
        rm -f '/usr/local/bin/pydoc3'
        rm -f '/usr/local/bin/pydoc3.11'
        rm -f '/usr/local/bin/python3'
        rm -f '/usr/local/bin/python3.11'
        rm -f '/usr/local/bin/python3-config'
        rm -f '/usr/local/bin/python3.11-config'

@andrew-m-leonard andrew-m-leonard self-assigned this Nov 30, 2023
@github-actions github-actions bot added the macos Issues that affect or relate to the MAC OS label Nov 30, 2023
@github-actions github-actions bot added macos Issues that affect or relate to the MAC OS and removed macos Issues that affect or relate to the MAC OS labels Nov 30, 2023
@github-actions github-actions bot added macos Issues that affect or relate to the MAC OS and removed macos Issues that affect or relate to the MAC OS labels Nov 30, 2023
@github-actions github-actions bot added macos Issues that affect or relate to the MAC OS and removed macos Issues that affect or relate to the MAC OS labels Nov 30, 2023
@github-actions github-actions bot added macos Issues that affect or relate to the MAC OS and removed macos Issues that affect or relate to the MAC OS labels Nov 30, 2023
@github-actions github-actions bot added macos Issues that affect or relate to the MAC OS and removed macos Issues that affect or relate to the MAC OS labels Nov 30, 2023
@andrew-m-leonard
Copy link
Contributor Author

Dup of #3543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macos Issues that affect or relate to the MAC OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jdk11u mac github action failing for "SmokeTest"
1 participant