File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ jobs:
104104 run : |
105105 sudo apt-get update && \
106106 sudo apt-get install -y \
107- apparmor-utils \
108107 ldap-utils \
109108 slapd
110109
111- sudo aa-complain `which slapd`
110+ systemctl is-active --quiet apparmor.service && systemctl stop apparmor.service
111+ systemctl disable apparmor.service
112112
113113 cat << EOF >> user.bazelrc
114114 build --strategy=TestRunner=local
Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ jobs:
101101 run : |
102102 sudo apt-get update && \
103103 sudo apt-get install -y \
104- apparmor-utils \
105104 ldap-utils \
106105 slapd
107106
108- sudo aa-complain `which slapd`
107+ systemctl is-active --quiet apparmor.service && systemctl stop apparmor.service
108+ systemctl disable apparmor.service
109109
110110 cat << EOF >> user.bazelrc
111111 build --strategy=TestRunner=local
You can’t perform that action at this time.
0 commit comments