Skip to content

Commit cf05f24

Browse files
committed
srsly
1 parent 29114b2 commit cf05f24

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitlab/bazel/build-deps.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ bazel:build-deps:linux-amd64:
1313
bazel: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

1819
bazel:build-deps:macos-amd64:
1920
extends: .bazel:build-deps

BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2735
config_setting(
2836
name = "linux_arm64",
2937
constraint_values = [

0 commit comments

Comments
 (0)