We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b9585 commit 951122bCopy full SHA for 951122b
genbindings.sh
@@ -640,6 +640,9 @@ if [ "$CLANGPP" != "" -a "$LLD" != "" ]; then
640
LINK_ARG_FLAGS="-C link-arg=-fuse-ld=$LLD"
641
export LDK_CLANG_PATH=$(which $CLANG)
642
if [ "$MACOS_SDK" != "" ]; then
643
+ # First fetch the dependencies we need
644
+ RUSTC_BOOTSTRAP=1 RUSTFLAGS="$BASE_RUSTFLAGS -C target-cpu=apple-a14" cargo build $CARGO_BUILD_ARGS -v --target aarch64-apple-darwin -Zbuild-std=std,panic_abort || echo "Expected build failure failed successfully"
645
+
646
# At some point rustc fixed the issue which merits REALLY_PIN_CC. I'm not sure when,
647
# however, so we just use 1.84 as the cutoff.
648
[ "$RUSTC_MINOR_VERSION" -lt 84 ] && REALLY_PIN_CC
0 commit comments