Skip to content

Commit 0cb27fe

Browse files
Merge pull request #13901 from rabbitmq/mergify/bp/v4.1.x/pr-13899
Allow non-deterministic builds (backport #13899)
2 parents a3aa838 + 3c8c56f commit 0cb27fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/mk/rabbitmq-build.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifneq ($(filter rabbitmq_cli,$(BUILD_DEPS) $(DEPS)),)
1515
RMQ_ERLC_OPTS += -pa $(DEPS_DIR)/rabbitmq_cli/ebin
1616
endif
1717

18-
RMQ_ERLC_OPTS += +deterministic
18+
RMQ_ERLC_OPTS ?= +deterministic
1919

2020
# Push our compilation options to both the normal and test ERLC_OPTS.
2121
ERLC_OPTS += $(RMQ_ERLC_OPTS)

0 commit comments

Comments
 (0)