Skip to content

Commit fa0d741

Browse files
authored
Run coverage build in a priviledged container (#1332)
Summary: This is needed to enable IPV6. Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Check coverage build on main after this lands. Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
1 parent 6182360 commit fa0d741

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
5252
volumes:
5353
- /etc/bazelrc:/etc/bazelrc
54-
options: --cpus 16
54+
# Needs to be priviledged to enable IPV6
55+
options: --cpus 16 --privileged
5556
steps:
5657
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
5758
with:

0 commit comments

Comments
 (0)