Fix path to qemu
This commit is contained in:
parent
2fc8f46b7e
commit
0b715b5077
|
@ -207,7 +207,8 @@ prepare-cache:qemu:
|
||||||
- privileged
|
- privileged
|
||||||
- linux
|
- linux
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH=$INSTALL_DIR:$PATH
|
- find $INSTALL_DIR -type f
|
||||||
|
- export PATH=$INSTALL_DIR/bin:$PATH
|
||||||
- apt-get update
|
- apt-get update
|
||||||
script:
|
script:
|
||||||
- .gitlab/build-test.sh --jobs ${JOBS} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_DIR} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot
|
- .gitlab/build-test.sh --jobs ${JOBS} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_DIR} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user