Skip to content

Commit

Permalink
disable seccomp so proot is not crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-guene committed Nov 29, 2016
1 parent 2c08a8d commit e5be6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ before_script:
- wget https://github.com/cedric-vincent/proot-static-build/raw/master/static/proot-x86_64 -O /tmp/bin/proot
- chmod +x /tmp/bin/proot
- export PATH=$PATH:/tmp/bin
- export PROOT_NO_SECCOMP=1

script: mkdir build && cd build && cmake ../ && make -j2 all && proot -k 3.16.0 make test

0 comments on commit e5be6df

Please sign in to comment.