Skip to content

Commit 1535e91

Browse files
committed
Fix Erlang/OTP 20.0 / 20.1 compilation
* Proposed fix for #636 * Bumped into the issue with the Ubuntu 18.04 Erlang/OTP package using 20.2. Travis doesn't appear to have 20.2 but does have 20.1.7 (https://docs.travis-ci.com/user/languages/erlang/#otprelease-versions).
1 parent 0539961 commit 1535e91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ otp_release:
33
- 22.1
44
- 22.0
55
- 21.3
6+
- 20.1.7
67

78
env:
89
- TEST=1

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{platform_define, "^[0-9]+", namespaced_types},
77
{platform_define, "^R", no_proxy_sni_support},
88
{platform_define, "^(19)|(20)", no_customize_hostname_check},
9-
{platform_define, "^20", buggy_chacha_ciphers}
9+
{platform_define, "^20\.3", buggy_chacha_ciphers}
1010
]}.
1111

1212
{erl_first_files,

0 commit comments

Comments
 (0)