index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-03-06 16:44:23 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-03-14 20:20:46 +0200 |
commit | c241285c5fb6d82c7364d4c935b7f1d02bfa11c0 (patch) | |
tree | 72a6e79366dad1e8525dabdbdb13655a09f76f4f /.gitlab/ci/build-host.sh | |
parent | f502b56ec2518cb2f3a6bd687683a09c0cd07712 (diff) |
-rwxr-xr-x | .gitlab/ci/build-host.sh | 2 |
diff --git a/.gitlab/ci/build-host.sh b/.gitlab/ci/build-host.sh index 3d26565..026d28f 100755 --- a/.gitlab/ci/build-host.sh +++ b/.gitlab/ci/build-host.sh @@ -145,7 +145,7 @@ function main() { ## Start build and copy output to local disk send "bash -x ./.gitlab/ci/build-inside-vm.sh ${PROFILE}\n " - expect "# " 1000 # mksquashfs can take a long time + expect "# " 2400 # mksquashfs can take a very long time send "cp -r --preserve=mode,timestamps -- output /mnt/project/tmp/$(basename "${TMPDIR}")/\n" expect "# " 60 mv output/* "${OUTPUT}/" |