Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rabbitmq
Commits
7b6bcf52
Unverified
Commit
7b6bcf52
authored
Jul 25, 2020
by
Michael Klishin
Browse files
HiPE will be removed in Erlang 24, remove it from the docs
parent
713eb9b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7b6bcf52
...
...
@@ -614,9 +614,6 @@ rabbitmq_erlang_package_from_bintray 'rabbitmq_erlang' do
# This package version assumes a Debian-based distribution.
version
'1:23.0.3-1'
# provision a HiPE-enabled Erlang runtime if available
use_hipe
true
action
:install
end
```
...
...
attributes/default.rb
View file @
7b6bcf52
...
...
@@ -248,6 +248,8 @@ default['rabbitmq']['additional_rabbit_configs'] = {}
# if setting to a specific version, apt repository components
# will have to be updated
default
[
'rabbitmq'
][
'erlang'
][
'version'
]
=
nil
# HiPE's been deprecated since Erlang/OTP 22 and is going away in Erlang/OTP 24.
# DO NOT USE.
default
[
'rabbitmq'
][
'erlang'
][
'hipe'
]
=
false
default
[
'rabbitmq'
][
'erlang'
][
'retry_delay'
]
=
10
...
...
resources/erlang_package_from_bintray.rb
View file @
7b6bcf52
...
...
@@ -22,6 +22,8 @@ actions :install, :remove
default_action
:install
attribute
:version
,
String
# HiPE's been deprecated since Erlang/OTP 22 and is going away in Erlang/OTP 24.
# DO NOT USE.
attribute
:use_hipe
,
[
true
,
false
],
default:
false
attribute
:options
,
[
String
,
Array
]
attribute
:retries
,
Integer
,
default:
3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment