Skip to content

Commit 0cab755

Browse files
committed
Enable kernel.unprivileged_userns_clone to see if that fixes bpf build permission issues
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 31db35d commit 0cab755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
run: |
164164
# Github actions container runner creates a docker network without IPv6 support. We enable it manually.
165165
sysctl -w net.ipv6.conf.lo.disable_ipv6=0
166+
sysctl -w kernel.unprivileged_userns_clone=1
166167
./scripts/bazel_ignore_codes.sh test ${{ matrix.args }} --target_pattern_file=target_files/${{ matrix.tests }} \
167168
2> >(tee bazel_stderr)
168169
- name: Parse junit reports

0 commit comments

Comments
 (0)