We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31db35d commit 0cab755Copy full SHA for 0cab755
.github/workflows/build_and_test.yaml
@@ -163,6 +163,7 @@ jobs:
163
run: |
164
# Github actions container runner creates a docker network without IPv6 support. We enable it manually.
165
sysctl -w net.ipv6.conf.lo.disable_ipv6=0
166
+ sysctl -w kernel.unprivileged_userns_clone=1
167
./scripts/bazel_ignore_codes.sh test ${{ matrix.args }} --target_pattern_file=target_files/${{ matrix.tests }} \
168
2> >(tee bazel_stderr)
169
- name: Parse junit reports
0 commit comments