summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkureta2019-10-09 21:13:11 +0300
committerkureta2019-10-09 21:13:11 +0300
commit21de228cda3d64804bef0e8fd9fc2099314e8872 (patch)
treebd50e813908ffa16aa8b4cae7b21a6794712440b
parentc749f558565d10e62d72629f039afac94abd81e6 (diff)
downloadaur-21de228cda3d64804bef0e8fd9fc2099314e8872.tar.gz
fixed travis timeout
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 14a9b5683fc8..32997df0a77c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ archlinux:
- ccache
- ccache-ext
# drop cuda to prevent timout (50m per job).
-# - cuda
+ - cuda
- moreutils
- oidn
# Dora otix as downloading behind auth-wall is to painful :(
@@ -60,7 +60,7 @@ archlinux:
- ccache -s
- ccache -z
# set timeout to 50m minus current uptime, minus travis cache in time, minus 60 second buffer for arch-travis cleanup.
- - timeout $((50*60-arch_uptime-travis_uptime-60)) makepkg -s --noconfirm > >(ts -s '%.T'); _makepkg_return=$?
+ - makepkg -s --noconfirm; _makepkg_return=$?
- sudo pacman -Sc --noconfirm
- ccache -s
- ccache -z
@@ -71,7 +71,7 @@ script:
#- '[ ! -f ~/.pkg-cache/NVIDIA-OptiX-SDK-7.0.0-linux64.sh ] && curl -Ls "https://developer.download.nvidia.com/designworks/optix/secure/7.0.0/ga/NVIDIA-OptiX-SDK-7.0.0-linux64.sh?LOhihLF99zzm6EAXMViu7GfZXfW8lN6IaQ-KhJwHgWx1-tIBMUjiwjPKBvB_585iVoKU9spDrpIHyyWnb9AarWCf2Kgv5nwpJfg9ai4DbsTRYtEmFfTSCo04t0idjs6Wfh-dtfbbrkAHIF_1vx5AvrS5DeQCt2jbLxKADQ8WOm9qpw" > ~/.pkg-cache/NVIDIA-OptiX-SDK-7.0.0-linux64.sh || true'
#- 'du -h ~/.pkg-cache/NVIDIA-OptiX-SDK-7.0.0-linux64.sh'
# assume caching out will take the same amount of time as caching in those making build time equal to 50 minutes minus two time current uptime.
-- "curl -s https://raw.githubusercontent.com/bartoszek/arch-travis/master/arch-travis.sh| timeout $((50*60-2*travis_uptime)) bash"
+- "curl -s https://raw.githubusercontent.com/bartoszek/arch-travis/master/arch-travis.sh| bash"
- "echo pacman pkg cache size: $(du -h ~/.pkg-cache|cut -f1) in $(ls ~/.pkg-cache|wc -l) files"
#deploy: