Skip to content

Commit 57b0cb1

Browse files
committed
stop app-armor to avoid sudo errors
1 parent 9bcaa87 commit 57b0cb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
- name: "Ubuntu / boringssl"
2929
command: make -f misc/docker-ci.mk CONTAINER_NAME=h2oserver/h2o-ci:ubuntu2204 CMAKE_ARGS='-DOPENSSL_ROOT_DIR=/opt/boringssl'
3030
- name: "CentOS Stream / OpenSSL wo. ENGINE API"
31-
command: make -f misc/docker-ci.mk CONTAINER_NAME=h2oserver/h2o-ci:centosstream10
31+
run: |
32+
sudo aa-status || true
33+
sudo aa-teardown
34+
sudo aa-status || true
35+
make -f misc/docker-ci.mk CONTAINER_NAME=h2oserver/h2o-ci:centosstream10
3236
3337
timeout-minutes: 20
3438
steps:

0 commit comments

Comments
 (0)