about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-02-17 19:30:26 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-02-17 19:30:26 +0100
commit5c5c45321976c9a859694afa781178c68d076ee2 (patch)
tree9306e3354aad7e0431f2eab5a25a655ba60734c0 /.github/workflows
parent3def839c0ed01fbacf8406ef5961caa666110df3 (diff)
downloadprofani-tty-5c5c45321976c9a859694afa781178c68d076ee2.tar.gz
Disable Tumbleweed CI
```
 (248/297) Installing: system-group-hardware-20170617-19.2.noarch [..error]
Installation of system-group-hardware-20170617-19.2.noarch failed:
Error: Subprocess failed. Error: RPM failed: ERROR: neither groupadd nor busybox found!
error: %prein(system-group-hardware-20170617-19.2.noarch) scriptlet failed, exit status 1
error: system-group-hardware-20170617-19.2.noarch: install failed

Abort, retry, ignore? [a/r/i] (a): a
Warning: %posttrans scripts skipped while aborting:
    pam-1.5.1-2.2.x86_64.rpm
    shadow-4.8.1-5.2.x86_64.rpm
```

Seems to be a bug in old docker/libseccomp from GH.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index daae84d0..a6e2693a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
 
     strategy:
       matrix:
-        flavor: [debian, fedora, tumbleweed, ubuntu]
+        flavor: [debian, fedora, ubuntu]
 
     name: Linux
     steps: