graphcast-sdk icon indicating copy to clipboard operation
graphcast-sdk copied to clipboard

MacOS linker error in CI job

Open nerium1918 opened this issue 8 months ago • 0 comments

Our CI checks fail to build and run the Waku Rust bindings on the macos-latest - https://github.com/graphops/graphcast-sdk/actions/runs/9262619450/job/25479792254

More info:

   Compiling graphcast-sdk v0.7.2 (/Users/runner/work/graphcast-sdk/graphcast-sdk)
error: linking with `cc` failed: exit status: 1
Error:   |
  = note: env -u IPHONEOS_DEPLOYMENT_TARGET -u TVOS_DEPLOYMENT_TARGET LC_ALL="C" PATH="/Users/runner/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/bin:/Users/runner/go/bin:/Users/runner/hostedtoolcache/go/1.20.14/arm64/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:/opt/homebrew/opt/[email protected]/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools" VSLANG="1033" ZERO_AR_DATE="1" "cc" "-arch" "x86_64" "-m64" "/var/folders/2f/8t5k6yr535sdw0s4glnpxrzm0000gn/T/

nerium1918 avatar May 28 '24 08:05 nerium1918