Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions examples/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
common --registry=https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/
common --registry=https://bcr.bazel.build


startup
--host_jvm_args=-Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts
--host_jvm_args=-Djavax.net.ssl.trustStorePassword=changeit
--host_jvm_args=-Djavax.net.ssl.trustStoreType=PKCS12

# Shared configuration for simple test execution
build:shared --incompatible_strict_action_env
build:shared --sandbox_writable_path=/var/tmp
Expand Down
Loading