File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN set -xe \
19
19
&& rm otp-src.tar.gz \
20
20
&& cd /usr/src/otp-src \
21
21
&& ./otp_build autoconf \
22
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
22
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
23
23
&& ./configure --build="$gnuArch" \
24
24
&& make -j$(nproc) \
25
25
&& make install \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN set -xe \
32
32
&& rm otp-src.tar.gz \
33
33
&& cd /usr/src/otp-src \
34
34
&& ./otp_build autoconf \
35
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
35
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
36
36
&& ./configure --build="$gnuArch" \
37
37
&& make -j$(nproc) \
38
38
&& make install \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -xe \
25
25
&& rm otp-src.tar.gz \
26
26
&& ( cd $ERL_TOP \
27
27
&& ./otp_build autoconf \
28
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
28
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
29
29
&& ./configure --build="$gnuArch" \
30
30
&& make -j$(nproc) \
31
31
&& make install ) \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN set -xe \
38
38
&& rm otp-src.tar.gz \
39
39
&& ( cd $ERL_TOP \
40
40
&& ./otp_build autoconf \
41
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
41
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
42
42
&& ./configure --build="$gnuArch" --enable-sctp \
43
43
&& make -j$(nproc) \
44
44
&& make install ) \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -xe \
24
24
&& rm otp-src.tar.gz \
25
25
&& cd /usr/src/otp-src \
26
26
&& ./otp_build autoconf \
27
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
27
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
28
28
&& ./configure --build="$gnuArch" \
29
29
--enable-dirty-schedulers \
30
30
&& make -j$(nproc) \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -xe \
36
36
&& rm otp-src.tar.gz \
37
37
&& cd /usr/src/otp-src \
38
38
&& ./otp_build autoconf \
39
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
39
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
40
40
&& ./configure --build="$gnuArch" \
41
41
--enable-dirty-schedulers \
42
42
&& make -j$(nproc) \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -xe \
24
24
&& rm otp-src.tar.gz \
25
25
&& ( cd $ERL_TOP \
26
26
&& ./otp_build autoconf \
27
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
27
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
28
28
&& ./configure --build="$gnuArch" \
29
29
&& make -j$(nproc) \
30
30
&& make install ) \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -xe \
31
31
&& rm otp-src.tar.gz \
32
32
&& ( cd $ERL_TOP \
33
33
&& ./otp_build autoconf \
34
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
34
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
35
35
&& ./configure --build="$gnuArch" \
36
36
&& make -j$(getconf _NPROCESSORS_ONLN) \
37
37
&& make install ) \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN set -xe \
38
38
&& rm otp-src.tar.gz \
39
39
&& ( cd $ERL_TOP \
40
40
&& ./otp_build autoconf \
41
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
41
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
42
42
&& ./configure --build="$gnuArch" \
43
43
&& make -j$(nproc) \
44
44
&& make install ) \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -xe \
27
27
&& rm otp-src.tar.gz \
28
28
&& ( cd $ERL_TOP \
29
29
&& ./otp_build autoconf \
30
- && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE )" \
30
+ && gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE )" \
31
31
&& ./configure --build="$gnuArch" \
32
32
&& make -j$(nproc) \
33
33
&& make install ) \
You can’t perform that action at this time.
0 commit comments