aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-02-07 15:26:06 +0100
committerToni Uhlig <matzeton@googlemail.com>2019-02-07 15:26:06 +0100
commit89608534f80c1d308e21af5af91300bf6762df56 (patch)
tree4e46f9f205e3222a9bca8d16927ded8a874eb00f
parent4108483d922ae036f8f51a9532e25787fd5dd376 (diff)
gitlab-ci: removed ArchLinux non-seccomp build (systemd requires libseccomp)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1bf3b3..a312746 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,16 +30,9 @@ build-arch:
- ./autogen.sh
- CFLAGS="-DHAVE_SECCOMP=1" ./configure
- make V=s
- - cp ./src/potd ./src/potd-full
- - cp ./config.log ./config-full.log
- - pacman -Rsn --noconfirm libseccomp
- - ./configure
- - make V=s
stage: test
artifacts:
paths:
- - ./src/potd-full
- - ./config-full.log
- ./src/potd
- ./config.log