farcop
farcop
I suppose this issue not platform dependant, it reproduces even at linux/amd64 env.
Tested with ``` register_toolchains( "@zig_sdk//toolchain:linux_amd64_gnu.2.31", "@zig_sdk//toolchain:linux_arm64_gnu.2.31", ) ``` and with 2.34. Debug output: ``` ERROR: /home/kublr/kublr/cluster-controller/BUILD.bazel:27:10: GoLink cluster-controller/cluster-controller failed: (Exit 1): linux-sandbox failed: error executing command (cd /home/kublr/.cache/bazel/_bazel_kublr/69fb4c52c15303cc4e23e5352527edec/sandbox/linux-sandbox/1/execroot/kublr && \...
@motiejus go 1.20 zig is default toolchain version in v2.1.2 which test I should run?
I can only confirm that error is in multi architecture image transformation written just like https://github.com/bazel-contrib/rules_oci/blob/main/examples/multi_arch/BUILD.bazel#L19-L26 I cant publish whole code example but the same code works well with 2.0.0...
@lbcjbb Thank you. Much appreciated.
``` [2024-03-05T12:40:33.472Z] INFO: Reading 'startup' options from /home/jenkins/agent/bazel-build/bazelrc/ci.bazelrc: --max_idle_secs=0 [2024-03-05T12:40:33.472Z] INFO: Reading 'startup' options from /home/jenkins/agent/bazel-build/local.bazelrc: --output_user_root=/home/jenkins/agent/bazel-build@tmp/bazel-cache-user-root, --output_base=/home/jenkins/agent/bazel-build@tmp/bazel-cache-user-root/my-workspace-output-base [2024-03-05T12:40:33.472Z] INFO: Options provided by the client: [2024-03-05T12:40:33.472Z] Inherited 'common' options: --isatty=0...
Just for note. Already exists syft rules https://github.com/ihavespoons/rules_syft
Use https://github.com/ZCube/bitnami-compat as a workaround
@carrodher Hi! Issue https://github.com/bitnami/containers/issues/40947 is not relevant here. Formally bitnami mongodb amd64 image can run on M1 (arm64) computers in Qemu emulation on Macos. But we need native support of...
@abasu0713 How does this relate to this issue?