1 Star 0 Fork 0

书朋/rabbitmq-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
user-template.bazelrc 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rin Kuryloski 提交于 2022-12-19 10:17 . Use rules_erlang 3.8.5
# rabbitmqctl wait shells out to 'ps', which is broken in the bazel macOS
# sandbox (https://github.com/bazelbuild/bazel/issues/7448)
# adding "--spawn_strategy=local" to the invocation is a workaround
build --spawn_strategy=local
# --experimental_strict_action_env breaks memory size detection on macOS,
# so turn it off for local runs
build --noexperimental_strict_action_env
build:buildbuddy --experimental_strict_action_env
# don't re-run flakes automatically on the local machine
build --flaky_test_attempts=1
# write common test logs to logs/ dir
build --@rules_erlang//:ct_logdir=/absolute/expanded/path/to/this/repo/logs
build:buildbuddy --remote_header=x-buildbuddy-api-key=YOUR_API_KEY
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smileinwind/rabbitmq-server.git
git@gitee.com:smileinwind/rabbitmq-server.git
smileinwind
rabbitmq-server
rabbitmq-server
main

搜索帮助