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.
1 parent 3c3450b commit 6a16147Copy full SHA for 6a16147
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