2023-01-18 00:09:24 +08:00
|
|
|
build --enable_bzlmod
|
2022-04-01 14:41:30 +08:00
|
|
|
|
2023-09-04 17:41:34 +08:00
|
|
|
build --registry=https://bcr.bazel.build/
|
|
|
|
build --registry=https://raw.githubusercontent.com/rabbitmq/bazel-central-registry/erlang-packages/
|
|
|
|
|
2021-07-13 04:03:28 +08:00
|
|
|
build --incompatible_strict_action_env
|
2021-09-08 23:12:04 +08:00
|
|
|
build --local_test_jobs=1
|
2021-07-13 04:03:28 +08:00
|
|
|
|
2022-08-31 17:07:57 +08:00
|
|
|
build --flag_alias=erlang_home=@rules_erlang//:erlang_home
|
|
|
|
build --flag_alias=erlang_version=@rules_erlang//:erlang_version
|
2024-06-14 23:13:12 +08:00
|
|
|
build --flag_alias=elixir_home=@rules_elixir//:elixir_home
|
2022-10-19 19:51:49 +08:00
|
|
|
build --flag_alias=test_build=//:enable_test_build
|
2022-08-31 17:07:57 +08:00
|
|
|
|
2023-09-01 23:16:10 +08:00
|
|
|
build --test_timeout=7200
|
|
|
|
|
2023-10-16 21:14:56 +08:00
|
|
|
build --combined_report=lcov
|
|
|
|
|
2021-07-13 04:03:28 +08:00
|
|
|
# Try importing a user specific .bazelrc
|
|
|
|
# You can create your own by copying and editing the template-user.bazelrc template:
|
|
|
|
# cp template-user.bazelrc user.bazelrc
|
|
|
|
try-import %workspace%/user.bazelrc
|