Skip to content

Commit

Permalink
fix(ci): disable ipv6 addresses
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
NucciTheBoss committed Jun 26, 2024
1 parent dbaa3d0 commit a6f1939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
make snap
- name: Configure LXD to run a mini-HPC cluster
run: |
lxc network set lxdbr0 ipv6.address none
lxc profile set default security.privileged true
lxc profile set default security.nesting true
lxc profile set default raw.apparmor 'mount fstype=nfs*, mount fstype=rpc_pipefs,'
Expand Down

0 comments on commit a6f1939

Please sign in to comment.