File tree Expand file tree Collapse file tree 3 files changed +2
-104
lines changed
rabbitmq_cli/lib/rabbitmq/cli/ctl/commands
rabbitmq_prometheus/docker Expand file tree Collapse file tree 3 files changed +2
-104
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ rabbitConfigKeys=(
55
55
default_pass
56
56
default_user
57
57
default_vhost
58
- hipe_compile
59
58
vm_memory_high_watermark
60
59
)
61
60
fileConfigKeys=(
@@ -267,7 +266,7 @@ rabbit_env_config() {
267
266
local val=" ${! var:- } "
268
267
local rawVal=" $val "
269
268
case " $conf " in
270
- fail_if_no_peer_cert|hipe_compile )
269
+ fail_if_no_peer_cert)
271
270
case " ${val,,} " in
272
271
false|no|0|' ' ) rawVal=' false' ;;
273
272
true|yes|1|* ) rawVal=' true' ;;
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ RUN set -eux; \
146
146
--prefix="$ERLANG_INSTALL_PATH_PREFIX" \
147
147
--host="$hostArch" \
148
148
--build="$buildArch" \
149
- --disable-hipe \
150
149
--disable-sctp \
151
150
--disable-silent-rules \
152
151
--enable-builtin-zlib \
@@ -166,7 +165,6 @@ RUN set -eux; \
166
165
--without-et \
167
166
--without-eunit \
168
167
--without-ftp \
169
- --without-hipe \
170
168
--without-jinterface \
171
169
--without-megaco \
172
170
--without-observer \
@@ -329,4 +327,4 @@ RUN set eux; \
329
327
rm -rf /var/lib/apt/lists/*; \
330
328
rabbitmqadmin --version
331
329
332
- EXPOSE 15671 15672
330
+ EXPOSE 15671 15672
You can’t perform that action at this time.
0 commit comments