Update dependencies, as travis needs bmap-tools now to perform CI

This commit is contained in:
Jeroen Massar 2019-10-02 11:57:25 +02:00
parent a4e2fe02b6
commit 4c20314c90
2 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ cache:
- tmp/ - tmp/
before_script: before_script:
- sudo apt-get -y update - sudo apt-get -y update
- sudo apt-get -y install qemu-user-static binfmt-support qemu - sudo apt-get -y install qemu-user-static binfmt-support qemu bmap-tools
- sudo update-binfmts --display - sudo update-binfmts --display
- unset GOROOT - unset GOROOT
script: script:

@ -5,7 +5,7 @@
set -eu set -eu
REQUIREMENTS=( wget gunzip git dd e2fsck resize2fs parted losetup qemu-system-x86_64 ) REQUIREMENTS=( wget gunzip git dd e2fsck resize2fs parted losetup qemu-system-x86_64 )
DEBREQUIREMENTS=( wget gzip git parted qemu-system-x86 qemu-user-static parted bmap-tools ) DEBREQUIREMENTS=( wget gzip git parted qemu-system-x86 qemu-user-static bmap-tools )
REPO_DIR="$(dirname "$(dirname "$(realpath "$0")")")" REPO_DIR="$(dirname "$(dirname "$(realpath "$0")")")"
TMP_DIR="${REPO_DIR}/tmp" TMP_DIR="${REPO_DIR}/tmp"
MNT_DIR="${TMP_DIR}/mnt" MNT_DIR="${TMP_DIR}/mnt"