Skip to content

Commit f5db2a0

Browse files
committed
disable rawhide tmp because broken upstream
1 parent 1ef1397 commit f5db2a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/devbuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
"registry.access.redhat.com/ubi8-minimal",
7777
"registry.access.redhat.com/ubi9-minimal",
7878
"debian:10-slim", "debian:11-slim", "debian:testing-slim",
79-
"fedora:36", "fedora:37", "fedora:38", "fedora:rawhide",
79+
# "fedora:36", "fedora:37", "fedora:38", "fedora:rawhide",
80+
"fedora:36", "fedora:37", "fedora:38",
8081
"opensuse/leap:15.4", "opensuse/tumbleweed",
8182
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:22.10", "ubuntu:23.04",
8283
"ubuntu:devel",

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
include:
4141
- image: alpine:edge
4242
experimental: true
43-
- image: fedora:rawhide
44-
experimental: true
43+
#- image: fedora:rawhide
44+
#experimental: true
4545
- image: debian:testing-slim
4646
experimental: true
4747
- image: ubuntu:devel

0 commit comments

Comments
 (0)