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 @@ -104,11 +104,11 @@ jobs:
104
104
run : |
105
105
sudo apt-get update && \
106
106
sudo apt-get install -y \
107
- apparmor-utils \
108
107
ldap-utils \
109
108
slapd
110
109
111
- sudo aa-complain `which slapd`
110
+ sudo systemctl is-active --quiet apparmor.service && sudo systemctl stop apparmor.service
111
+ sudo systemctl disable apparmor.service
112
112
113
113
cat << EOF >> user.bazelrc
114
114
build --strategy=TestRunner=local
Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ jobs:
101
101
run : |
102
102
sudo apt-get update && \
103
103
sudo apt-get install -y \
104
- apparmor-utils \
105
104
ldap-utils \
106
105
slapd
107
106
108
- sudo aa-complain `which slapd`
107
+ sudo systemctl is-active --quiet apparmor.service && sudo systemctl stop apparmor.service
108
+ sudo systemctl disable apparmor.service
109
109
110
110
cat << EOF >> user.bazelrc
111
111
build --strategy=TestRunner=local
You can’t perform that action at this time.
0 commit comments