Skip to content

Commit

Permalink
remove autoconf, no longer needed for any supported OTP version
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Feb 6, 2024
1 parent 864ba3b commit 6de926a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN set -xe \
libc-dev \
linux-headers=5.4.5-r1 \
make \
autoconf \
ncurses-dev \
openssl-dev \
unixodbc-dev \
Expand All @@ -45,7 +44,6 @@ RUN set -xe \
&& rm otp-src.tar.gz \
&& ( cd $ERL_TOP \
&& if [ -f /patches/$OTP_VERSION/series ]; then QUILT_PATCHES=/patches/$OTP_VERSION quilt push -a ; fi \
&& ./otp_build autoconf \
&& gnuArch="$(dpkg-architecture --query DEB_HOST_GNU_TYPE)" \
&& ./configure --build="$gnuArch" \
&& make -j$(getconf _NPROCESSORS_ONLN) \
Expand Down

0 comments on commit 6de926a

Please sign in to comment.