Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commitcfeea29

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@bd011d4We will just rock this commit until it becomes part of a stable release.
1 parent8ea83dd commitcfeea29

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)

[8]ページ先頭

©2009-2025 Movatter.jp