mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-19 13:37:04 +00:00
.travis.yml: Add retry for swig download.
This commit is contained in:
parent
0a8b3d4bb1
commit
e278288bf7
@ -45,7 +45,7 @@ install:
|
||||
- SELINUX_USERSPACE_VERSION=libsepol-2.7
|
||||
|
||||
# Install newer swig
|
||||
- curl -sS -L http://prdownloads.sourceforge.net/swig/swig-3.0.8.tar.gz | tar xz
|
||||
- curl --retry 10 --retry-delay 60 -sS -L http://prdownloads.sourceforge.net/swig/swig-3.0.8.tar.gz | tar xz
|
||||
- cd swig-3.0.8
|
||||
- ./configure
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user