File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ bazel:build-deps:linux-amd64:
1313bazel:build-deps:linux-arm64 :
1414 extends : [ .bazel:build-deps, .linux_arm64 ]
1515 script :
16- - bazel build //deps/...
16+ - bazel build @openssl//:openssl --sandbox_debug --logging=5 || echo ====== || cat bazel-out/*/bin/external/+_repo_rules+openssl/openssl_foreign_cc/wrapper_build_script.sh || echo ======= || cat /root/.cache/bazel/_bazel_root/*/execroot/_main/bazel-out/_tmp/actions/stdout-2 || echo === END LOGS
17+ - bazel query //deps/...
1718
1819bazel:build-deps:macos-amd64 :
1920 extends : .bazel:build-deps
Original file line number Diff line number Diff line change @@ -24,6 +24,14 @@ config_setting(
2424 ],
2525)
2626
27+ platform (
28+ name = "linux_arm64_platform" ,
29+ constraint_values = [
30+ "@platforms//os:linux" ,
31+ "@platforms//cpu:arm64" ,
32+ ],
33+ )
34+
2735config_setting (
2836 name = "linux_arm64" ,
2937 constraint_values = [
You can’t perform that action at this time.
0 commit comments