File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
# EL8 is used for testing compatibility with cgroup v1.
20
- # Unfortunately, EL8 is hard to debug for M1 users (as Lima+M1 +EL8 is not runnable because of page size),
20
+ # Unfortunately, EL8 is hard to debug for ARM Mac users (as Lima+ARM Mac +EL8 is not runnable because of page size),
21
21
# and it currently shows numerous issues.
22
- # Thus, EL9 is also added as target ( for a limited time?) so that we can figure out which issues are EL8 specific,
23
- # and which issues could be reproduced on EL9 as well (which would be easier to debug) .
22
+ # ARM Mac users may use oraclelinux-8 instead for debugging cgroup v1 issues, although its kernel is different from
23
+ # other EL8 variants .
24
24
matrix :
25
- guest : ["almalinux-8", "almalinux-9" ]
25
+ guest : ["almalinux-8"]
26
26
target : ["rootful", "rootless"]
27
27
with :
28
28
timeout : 60
You can’t perform that action at this time.
0 commit comments