You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, I am experiencing yet a different issue with cross-compilation on my M1 Macbook targeting linux-arm64 and linux-amd64. I have already reported #2518 while I tried to reproduce this error.
This is the main error line I get from the bazel build output:
cargo:warning=error: unable to parse target query 'aarch64-unknown-linux-gnu': UnknownOperatingSystem
I'm encountering the same issue (cargo:warning=error: unable to parse target query 'x86_64-unknown-linux-gnu': UnknownOperatingSystem) with ring 0.16.20 -> 0.17.8 + rules_rust 0.38 -> 0.40. Seems like it's probably related to ziglang/zig#7360 and hermetic_cc_toolchain.
Hi folks, I am experiencing yet a different issue with cross-compilation on my M1 Macbook targeting
linux-arm64
andlinux-amd64
. I have already reported #2518 while I tried to reproduce this error.This is the main error line I get from the
bazel build
output:Full output is here:
My
MODULE.bazel
setup:The targets I'm trying to build, in
backend/app/BUILD.bazel
:The text was updated successfully, but these errors were encountered: