Skip to content

Commit

Permalink
build with latest chroot + cross-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Sep 9, 2018
1 parent 10103eb commit 943cee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skarnet-builder/build-latest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

THISDIR=$(pwd)

MUSL_CROSS_MAKE_RELEASE=10
MUSL_CROSS_MAKE_RELEASE=11
MUSL_CROSS_MAKE_SRC="https://github.com/just-containers/musl-cross-make/releases/download/v${MUSL_CROSS_MAKE_RELEASE}"

PROOT_RELEASE=v5.1.0-3
Expand All @@ -18,7 +18,7 @@ QEMU_VER="${QEMU_VER#v}"
QEMU_BIN="https://github.com/just-containers/qemu/releases/download/${QEMU_RELEASE}/qemu-${QEMU_VER}-amd64.tar.xz"
QEMU_TAR="$(basename $QEMU_BIN)"

BUSYBOX_CHROOT_RELEASE=v1.0.4
BUSYBOX_CHROOT_RELEASE=v1.0.5
BUSYBOX_CHROOT="https://github.com/just-containers/busybox-chroots/releases/download/${BUSYBOX_CHROOT_RELEASE}/"

TRAVIS_TOOLS_RELEASE=1.0.0
Expand Down

0 comments on commit 943cee0

Please sign in to comment.