We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d5591f + 6a16147 commit f81afb0Copy full SHA for f81afb0
deps/rabbitmq_cli/rabbitmqctl.bzl
@@ -85,6 +85,7 @@ def _impl(ctx):
85
fi
86
87
export DEPS_DIR={mix_deps_dir}
88
+ export ERL_COMPILER_OPTIONS=deterministic
89
mix local.hex --force
90
mix local.rebar --force
91
mix make_all
deps/rabbitmq_cli/rabbitmqctl_test.bzl
@@ -78,6 +78,7 @@ def _impl(ctx):
78
79
80
81
82
83
84
mix make_deps
0 commit comments