index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-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}/" |