Skip to content

Remove unneeded python install step on alpine#8093

Merged
stevenfontanella merged 1 commit into
mainfrom
alpine
Dec 5, 2025
Merged

Remove unneeded python install step on alpine#8093
stevenfontanella merged 1 commit into
mainfrom
alpine

Conversation

@stevenfontanella
Copy link
Copy Markdown
Member

@stevenfontanella stevenfontanella commented Dec 4, 2025

The alpine CI runs on a VM on ubuntu, and this install step installs python to the host ubuntu environment which isn't used. The later install packages step is what installs it to the VM (./alpine.sh apk add build-base cmake git python3 py3-pip clang ninja util-linux).

@stevenfontanella stevenfontanella marked this pull request as ready for review December 4, 2025 22:26
@stevenfontanella stevenfontanella merged commit 70bf2dc into main Dec 5, 2025
17 checks passed
@stevenfontanella stevenfontanella deleted the alpine branch December 5, 2025 18:00
kripken pushed a commit to kripken/binaryen that referenced this pull request Dec 10, 2025
The alpine CI runs on a VM on ubuntu, and this install step installs
python to the host ubuntu environment which isn't used. The later
`install packages` step is what installs it to the VM (`./alpine.sh apk
add build-base cmake git python3 py3-pip clang ninja util-linux`).
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.

2 participants