mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-28 18:11:27 +00:00
Update Travis-CI builds to use SWIG 3.0.8 to fix Python 3.5 wrapper issues.
This commit is contained in:
parent
0a91898ad0
commit
cfde8fd5e1
@ -27,8 +27,8 @@ before_install:
|
||||
- sudo apt-get install -qq libaudit-dev libcap-ng-dev libustr-dev libpcre3-dev
|
||||
|
||||
# Install newer swig
|
||||
- curl -sS -L http://prdownloads.sourceforge.net/swig/swig-2.0.12.tar.gz | tar xz
|
||||
- cd swig-2.0.12
|
||||
- curl -sS -L http://prdownloads.sourceforge.net/swig/swig-3.0.8.tar.gz | tar xz
|
||||
- cd swig-3.0.8
|
||||
- ./configure
|
||||
- make
|
||||
- sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user