Skip to content

Commit

Permalink
Merge pull request #1466 from giuseppe/fix-centos10-tests
Browse files Browse the repository at this point in the history
github: disable tests on CentOS 10 for now
  • Loading branch information
giuseppe committed May 9, 2024
2 parents 3074e0b + 8801bc4 commit 184b047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -72,7 +72,7 @@ jobs:
- test: alpine-build
- test: centos8-build
- test: centos9-build
- test: centos10-build
#- test: centos10-build
- test: clang-format
- test: clang-check
- test: checkpoint-restore
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
;;
centos10-build)
sudo docker build -t crun-centos10-build tests/centos10-build
sudo docker run --cgroupns=host --privileged --rm -v /sys/fs/cgroup:/sys/fs/cgroup:rw,rslave -v ${PWD}:/crun crun-centos10-build
sudo docker run --cgroupns=host --privileged --rm -v /var/tmp:/var/tmp:rw -v /var/lib/containers:/var/lib/containers:rw -v /sys/fs/cgroup:/sys/fs/cgroup:rw,rslave -v ${PWD}:/crun crun-centos10-build
;;
clang-format)
sudo docker build -t crun-clang-format tests/clang-format
Expand Down

0 comments on commit 184b047

Please sign in to comment.