diff options
author | 2018-05-31 11:23:25 +0200 | |
---|---|---|
committer | 2018-05-31 11:23:25 +0200 | |
commit | fe57be91684617b11184e17eefcc57ce178983c1 (patch) | |
tree | cc9401c6d4d8483a5f3075357b5c3e222cddba74 | |
parent | debug nsjail execution in travis (diff) |
install libprotobuf-dev
-rw-r--r-- | scripts/ci.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index 2fdf956..7a60610 100644 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -1,4 +1,6 @@ #!/bin/bash chmod +x binaries/nsjail2.6-ubuntu-x86_64 +apt-get update +apt-get install libprotobuf-dev echo $(pwd)/binaries/nsjail2.6-ubuntu-x86_64 -Mo --rlimit_as 700 --chroot / -E LANG=en_US.UTF-8 -R/usr -R/lib -R/lib64 --user nobody --group nogroup --time_limit 2 --disable_proc --iface_no_lo --quiet -- /usr/bin/python3.6 -ISq -c 'print("test")' $(pwd)/binaries/nsjail2.6-ubuntu-x86_64 -Mo --rlimit_as 700 --chroot / -E LANG=en_US.UTF-8 -R/usr -R/lib -R/lib64 --user nobody --group nogroup --time_limit 2 --disable_proc --iface_no_lo --quiet -- /usr/bin/python3.6 -ISq -c 'print("test")' |