Skip to content

Commit e19164f

Browse files
authored
ci: disable rockylinux8 due to no-space-left issue (#3263)
I've observed that sometimes the rockylinux8 ci fails due to "No space left on the device" error: - https://github.com/apache/kvrocks/actions/runs/19390696392/job/55505160831?pr=3260 - https://github.com/apache/kvrocks/actions/runs/19385812630/job/55475151645 And since it's in container we cannot do similiar thing like #3261. So currently we can just disable it.
1 parent 62dabea commit e19164f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/kvrocks.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,10 @@ jobs:
503503
- name: ArchLinux
504504
image: archlinux:base
505505
compiler: gcc
506-
- name: Rocky Linux 8
507-
image: rockylinux:8
508-
compiler: gcc
506+
# FIXME: disable it due to "No space left on device" issue
507+
# - name: Rocky Linux 8
508+
# image: rockylinux:8
509+
# compiler: gcc
509510
- name: Rocky Linux 9
510511
image: rockylinux:9
511512
compiler: gcc

0 commit comments

Comments
 (0)