Skip to content

aptos aptos-cli-v7.3.0 #221373

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aptos-bot
Copy link
Contributor

@github-actions github-actions bot added the rust Rust use is a significant feature of the PR or issue label Apr 25, 2025
@chenrui333
Copy link
Member

    cargo:warning=clang: error: unsupported option '-mno-avx' for target 'arm64-apple-macosx'
    exit status: 1
    cargo:warning=ToolExecError: 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-20250424-6939-yz0if/aptos-core-aptos-cli-v7.3.0/target/cli/build/blst-293e00e960641363/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"
    exit status: 0
  
    --- stderr
  
  
    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-20250424-6939-yz0if/aptos-core-aptos-cli-v7.3.0/target/cli/build/blst-293e00e960641363/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"

@chenrui333 chenrui333 added the build failure CI fails while building the software label Apr 25, 2025
@gregnazario
Copy link
Contributor

Interesting, I don't think we added in -mno-avx into the build options.

Any ideal where this might come from? Since we were able to build in our CI for a Mac image on ARM

    cargo:warning=clang: error: unsupported option '-mno-avx' for target 'arm64-apple-macosx'
    exit status: 1
    cargo:warning=ToolExecError: 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-20250424-6939-yz0if/aptos-core-aptos-cli-v7.3.0/target/cli/build/blst-293e00e960641363/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"
    exit status: 0
  
    --- stderr
  
  
    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-20250424-6939-yz0if/aptos-core-aptos-cli-v7.3.0/target/cli/build/blst-293e00e960641363/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"

@SMillerDev
Copy link
Member

You seem to run build_cli_release.sh while brew runs cargo install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants