alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[v0.11.0] Alpine setup broken in travis build

nrybowski opened this issue · comments

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.

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 ?

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