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:
1717 strategy :
1818 fail-fast : false
1919 # 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),
2121 # 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 .
2424 matrix :
25- guest : ["almalinux-8", "almalinux-9" ]
25+ guest : ["almalinux-8"]
2626 target : ["rootful", "rootless"]
2727 with :
2828 timeout : 60
You can’t perform that action at this time.
0 commit comments