Skip to content

Commit 9b828c0

Browse files
committed
Remove HiPE
1 parent a48fcba commit 9b828c0

File tree

3 files changed

+2
-104
lines changed

3 files changed

+2
-104
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/hipe_compile_command.ex

Lines changed: 0 additions & 99 deletions
This file was deleted.

deps/rabbitmq_prometheus/docker/docker-entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ rabbitConfigKeys=(
5555
default_pass
5656
default_user
5757
default_vhost
58-
hipe_compile
5958
vm_memory_high_watermark
6059
)
6160
fileConfigKeys=(
@@ -267,7 +266,7 @@ rabbit_env_config() {
267266
local val="${!var:-}"
268267
local rawVal="$val"
269268
case "$conf" in
270-
fail_if_no_peer_cert|hipe_compile)
269+
fail_if_no_peer_cert)
271270
case "${val,,}" in
272271
false|no|0|'') rawVal='false' ;;
273272
true|yes|1|*) rawVal='true' ;;

packaging/docker-image/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ RUN set -eux; \
146146
--prefix="$ERLANG_INSTALL_PATH_PREFIX" \
147147
--host="$hostArch" \
148148
--build="$buildArch" \
149-
--disable-hipe \
150149
--disable-sctp \
151150
--disable-silent-rules \
152151
--enable-builtin-zlib \
@@ -166,7 +165,6 @@ RUN set -eux; \
166165
--without-et \
167166
--without-eunit \
168167
--without-ftp \
169-
--without-hipe \
170168
--without-jinterface \
171169
--without-megaco \
172170
--without-observer \
@@ -329,4 +327,4 @@ RUN set eux; \
329327
rm -rf /var/lib/apt/lists/*; \
330328
rabbitmqadmin --version
331329

332-
EXPOSE 15671 15672
330+
EXPOSE 15671 15672

0 commit comments

Comments
 (0)