File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
- name : Checkout
22
22
23
23
24
- # RabbitMQ master requires Erlang 23 (correct at Mar 2021)
24
+ # RabbitMQ master supports Erlang 24 (correct at June 2021)
25
25
# Source of truth for released versions: https://www.rabbitmq.com/which-erlang.html
26
26
#
27
27
# For Elixir: https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14
28
- - name : Set up min required Erlang & Elixir
28
+ - name : Set up max supported Erlang & Elixir
29
29
30
30
with :
31
- otp-version : ' 23.2 '
32
- elixir-version : ' 1.11.4 '
31
+ otp-version : ' 24.0 '
32
+ elixir-version : ' 1.12.1 '
33
33
34
34
- name : Build generic unix package
35
35
run : |
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ RUN set -eux; \
50
50
ca-certificates \
51
51
dpkg-dev \
52
52
gcc \
53
+ g++ \
53
54
gnupg \
54
55
libncurses5-dev \
55
56
make \
@@ -127,6 +128,7 @@ RUN set -eux; \
127
128
--disable-hipe \
128
129
--disable-sctp \
129
130
--disable-silent-rules \
131
+ --enable-jit \
130
132
--enable-clock-gettime \
131
133
--enable-hybrid-heap \
132
134
--enable-kernel-poll \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ $(error Cannot determine version; please specify VERSION)
32
32
endif
33
33
endif
34
34
35
- OTP_VERSION ?= 23.2.4
36
- OTP_SHA256 ?= e72aa084907e0f34f932cf00caa33aba93147b0a7c9c35569d6bd1c402f532de
35
+ OTP_VERSION ?= 24.0.2
36
+ OTP_SHA256 ?= 4abca2cda7fc962ad65575e5ed834dd69c745e7e637f92cfd49f384a281d0f18
37
37
REPO ?= pivotalrabbitmq/rabbitmq
38
38
SKIP_PGP_VERIFY ?= false
39
39
PGP_KEYSERVER ?= pgpkeys.eu
You can’t perform that action at this time.
0 commit comments