Skip to content

Commit 5a4a13e

Browse files
Merge pull request #12515 from rabbitmq/mk-actions-disable-apparmor
Actions: try disabling AppArmor
2 parents 0a337d3 + ba8d7a8 commit 5a4a13e

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ jobs:
5252
run: |
5353
sudo apt-get update && \
5454
sudo apt-get install -y \
55-
apparmor-utils \
5655
ldap-utils \
5756
slapd
5857
59-
sudo aa-complain `which slapd`
58+
sudo service apparmor stop
6059
6160
- name: RUN TESTS
6261
if: inputs.plugin != 'rabbitmq_cli'

.github/workflows/test-plugin-mixed.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ jobs:
9595
run: |
9696
sudo apt-get update && \
9797
sudo apt-get install -y \
98-
apparmor-utils \
9998
ldap-utils \
10099
slapd
101100
102-
sudo aa-complain `which slapd`
101+
sudo service apparmor stop
103102
104103
cat << EOF >> user.bazelrc
105104
build --strategy=TestRunner=local

.github/workflows/test-plugin.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ jobs:
9595
run: |
9696
sudo apt-get update && \
9797
sudo apt-get install -y \
98-
apparmor-utils \
9998
ldap-utils \
10099
slapd
101100
102-
sudo aa-complain `which slapd`
101+
sudo service apparmor stop
103102
104103
cat << EOF >> user.bazelrc
105104
build --strategy=TestRunner=local

0 commit comments

Comments
 (0)