Commit 70bf2dc
authored
Remove unneeded python install step on alpine (#8093)
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`).1 parent e1d0995 commit 70bf2dc
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 228 | | |
232 | 229 | | |
233 | 230 | | |
| |||
0 commit comments