alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
MIT License
290 stars 59 forks source link

[v0.11.0] Alpine setup broken in travis build #19

Closed nrybowski closed 4 years ago

nrybowski commented 4 years ago

I made a quick and dirty fix but functional in the travis.yml of apk-tools (using v0.7.0) but when I try to update to the latest release of alpine-chroot-install (v0.11.0) the setup of Alpine fails.

nrybowski commented 4 years ago

libfetch was removed in aports v3.9. v0.7.0 was using v3.6 and v0.11.0 is using v3.10 as default branch. Is libfetch-dev still useful in the script ?

jirutka commented 4 years ago

I fixed it now, the build finally passes on apk-tools.