-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
aptos aptos-cli-7.4.0 #225848
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
aptos aptos-cli-7.4.0 #225848
Conversation
Upgrade to latest Rust version and release 7.4.0 of the Aptos CLI
error occurred in cc-rs: command did not execute successfully (status code exit status: 1): env -u IPHONEOS_DEPLOYMENT_TARGET LC_ALL="C" "clang" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-macosx" "-mmacosx-version-min=15.4" "-Wall" "-Wextra" "-fno-omit-frame-pointer" "-mno-avx" "-fno-builtin" "-Wno-unused-function" "-Wno-unused-command-line-argument" "-o" "/private/tmp/aptos-20250605-7616-6rospv/aptos-core-aptos-cli-v7.4.0/target/cli/build/blst-d1179c99129b50de/out/3ce72ea41a6346fd-server.o" "-c" "/Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/blst-0.3.11/blst/src/server.c" |
Hmm still an issue with supranational/blst#253 |
|
So, what I see here is there seems to be something strange with the exact environment used to build. It's reproducible on my mac when in the same environment as the build, but when I run the same exact build command on my mac without the environment, it breaks. |
I think this is related to supranational/blst#253 I am gonna adopt the similar patch used for lighthouse, #225877 into #225645 |
|
Should be good now, closing this PR in favor of #225645 |
|
Upgrade to latest Rust version and release 7.4.0 of the Aptos CLI. Since we updated to the latest Rust version, we can get rid of the patch.
Replaces #225645
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?