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 @@ -98,11 +98,11 @@ jobs:
9898 run : |
9999 sudo apt-get update && \
100100 sudo apt-get install -y \
101- apparmor-utils \
102101 ldap-utils \
103102 slapd
104103
105- sudo aa-complain `which slapd`
104+ systemctl is-active --quiet apparmor.service && systemctl stop apparmor.service
105+ systemctl disable apparmor.service
106106
107107 cat << EOF >> user.bazelrc
108108 build --strategy=TestRunner=local
Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ 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+ systemctl is-active --quiet apparmor.service && systemctl stop apparmor.service
102+ systemctl disable apparmor.service
103103
104104 cat << EOF >> user.bazelrc
105105 build --strategy=TestRunner=local
You can’t perform that action at this time.
0 commit comments