hypha: initialize vif bridge for networking

This commit is contained in:
Alex Zenla
2024-02-02 00:02:44 +00:00
parent 98787193f5
commit 7a6c2dda8c
7 changed files with 618 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
TARGET="x86_64-unknown-linux-musl"
TARGET="x86_64-unknown-linux-gnu"
export RUSTFLAGS="-Ctarget-feature=+crt-static"
cd "$(dirname "${0}")/.."