Skip to content

Commit b7e645e

Browse files
committed
erlang 29, fix rebar3 compilation
1 parent 018a4bc commit b7e645e

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

29/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ RUN set -xe \
6464
&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 \
6565
&& rm rebar3-src.tar.gz \
6666
&& cd /usr/src/rebar3-src \
67-
&& sed -i "s|warnings_as_errors|nowarn_deprecated_catch|g" rebar.config \
68-
&& sed -i "s|{overrides, \[{|{overrides, [{override, [{erl_opts, [nowarn_deprecated_catch]}]},{|g" rebar.config \
6967
&& HOME=$PWD ./bootstrap \
7068
&& install -v ./rebar3 /usr/local/bin/ \
7169
&& rm -rf /usr/src/rebar3-src

29/alpine/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ RUN set -xe \
5656
&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 \
5757
&& rm rebar3-src.tar.gz \
5858
&& cd /usr/src/rebar3-src \
59-
&& sed -i "s|warnings_as_errors|nowarn_deprecated_catch|g" rebar.config \
60-
&& sed -i "s|{overrides, \[{|{overrides, [{override, [{erl_opts, [nowarn_deprecated_catch]}]},{|g" rebar.config \
6159
&& HOME=$PWD ./bootstrap \
6260
&& install -v ./rebar3 /usr/local/bin/ \
6361
&& rm -rf /usr/src/rebar3-src \

29/slim/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ RUN set -xe \
5454
&& tar -xzf rebar3-src.tar.gz -C /usr/src/rebar3-src --strip-components=1 \
5555
&& rm rebar3-src.tar.gz \
5656
&& cd /usr/src/rebar3-src \
57-
&& sed -i "s|warnings_as_errors|nowarn_deprecated_catch|g" rebar.config \
58-
&& sed -i "s|{overrides, \[{|{overrides, [{override, [{erl_opts, [nowarn_deprecated_catch]}]},{|g" rebar.config \
5957
&& HOME=$PWD ./bootstrap \
6058
&& install -v ./rebar3 /usr/local/bin/ \
6159
&& rm -rf /usr/src/rebar3-src \

0 commit comments

Comments
 (0)