File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ jobs:
98
98
run : |
99
99
sudo apt-get update && \
100
100
sudo apt-get install -y \
101
- apparmor-utils \
102
101
ldap-utils \
103
102
slapd
104
103
105
- sudo aa-complain `which slapd`
104
+ sudo systemctl is-active --quiet apparmor.service && sudo systemctl stop apparmor.service
105
+ sudo systemctl disable apparmor.service
106
106
107
107
cat << EOF >> user.bazelrc
108
108
build --strategy=TestRunner=local
Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ jobs:
95
95
run : |
96
96
sudo apt-get update && \
97
97
sudo apt-get install -y \
98
- apparmor-utils \
99
98
ldap-utils \
100
99
slapd
101
100
102
- sudo aa-complain `which slapd`
101
+ sudo systemctl is-active --quiet apparmor.service && sudo systemctl stop apparmor.service
102
+ sudo systemctl disable apparmor.service
103
103
104
104
cat << EOF >> user.bazelrc
105
105
build --strategy=TestRunner=local
You can’t perform that action at this time.
0 commit comments