about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-03-30 15:19:10 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-03-30 15:19:10 +0200
commit6c17a3646572424c9a72a221fe95f5e411e164c3 (patch)
tree2fce9f73a900d925815cf22f96e17aa53777f357
parent8a2fa7e8c1c5081eaa49ca0fd98459f94e428226 (diff)
downloadprofani-tty-6c17a3646572424c9a72a221fe95f5e411e164c3.tar.gz
thanks travis..
Regards https://github.com/profanity-im/profanity/issues/1294
-rw-r--r--.travis.yml4
-rw-r--r--Dockerfile.tumbleweed4
2 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 074e5a3a..3a1c2548 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,12 +32,12 @@ matrix:
 
 before_install:
   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then
-    docker build -f Dockerfile."$BUILD_FLAVOR" --security-opt seccomp=unconfined -t profanity .;
+    docker build -f Dockerfile."$BUILD_FLAVOR" -t profanity .;
     fi
 
 script:
   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then
-    docker run -it --security-opt seccomp=unconfined profanity ./ci-build.sh;
+    docker run -it profanity ./ci-build.sh;
     fi
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
     ./ci-build.sh;
diff --git a/Dockerfile.tumbleweed b/Dockerfile.tumbleweed
index 25a07fd9..f7faf4a8 100644
--- a/Dockerfile.tumbleweed
+++ b/Dockerfile.tumbleweed
@@ -1,5 +1,7 @@
 # Build the latest openSUSE Tumbleweed image
-FROM registry.opensuse.org/opensuse/tumbleweed:20200325
+# we have to pin this for now..
+# see https://github.com/profanity-im/profanity/issues/1294
+FROM registry.opensuse.org/opensuse/tumbleweed:20200324
 
 # expect - for functional tests
 # libmicrohttpd - for stabber