Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: update vmnet #1152

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified embedded/network/vmnet_arm64.tar.gz
Binary file not shown.
Binary file modified embedded/network/vmnet_x86_64.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/build_vmnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build_x86_64() (
cd "$DIR_VMNET"

# pinning to a commit for consistency
git checkout 3ce6e3f6e3493bd877e10292d3b68b1e0f87210b
git checkout v1.1.5
make ARCH=x86_64

move_to_embed_dir x86_64
Expand All @@ -39,7 +39,7 @@ build_arm64() (
cd "$DIR_VMNET"

# pinning to a commit for consistency
git checkout 3ce6e3f6e3493bd877e10292d3b68b1e0f87210b
git checkout v1.1.5
make ARCH=arm64
move_to_embed_dir arm64

Expand Down
Loading