Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit cfeea29

Browse files
Pin bindgen setup-devenv.sh on macOS to fix aarch64 builds
We were one of the edge cases mentioned here: rust-lang/rust-bindgen@bd011d4 We will just rock this commit until it becomes part of a stable release.
1 parent 8ea83dd commit cfeea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naev-macos/setup-devenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ source ~/.cargo/env
3737
rustup install stable
3838

3939
# Install bindgen-cli via cargo
40-
cargo install bindgen-cli
40+
cargo install bindgen-cli --git https://github.com/rust-lang/rust-bindgen.git --rev bd011d43e2d18078606350eb8c33048bf8a59bac
4141
# Print a "Ready to use" message
4242
echo "Ready to use"
4343
exec "$@"

0 commit comments

Comments
 (0)