Allow build logs- Drone bug is fixed: https://discourse.drone.io/t/builds-stuck-in-running-0-8-rc-3/542
Revert "Suppress busybox compile"
This reverts commit 8da1dabdea
.
This commit is contained in:
parent
30d6914bb5
commit
48bac2e478
@ -37,7 +37,6 @@ RUN curl -fL https://ftp.gnu.org/gnu/glibc/glibc-${GLIBC_VER}.tar.xz \
|
|||||||
echo "rootsbindir=/sbin" >> configparms && \
|
echo "rootsbindir=/sbin" >> configparms && \
|
||||||
echo "build-programs=yes" >> configparms && \
|
echo "build-programs=yes" >> configparms && \
|
||||||
\
|
\
|
||||||
exec >/dev/null && \
|
|
||||||
../configure \
|
../configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
@ -72,7 +71,6 @@ WORKDIR /tmp/busybox
|
|||||||
RUN curl -fL https://busybox.net/downloads/busybox-${BUSYB_VER}.tar.bz2 \
|
RUN curl -fL https://busybox.net/downloads/busybox-${BUSYB_VER}.tar.bz2 \
|
||||||
| tar xj --strip-components=1 && \
|
| tar xj --strip-components=1 && \
|
||||||
# Use default configuration
|
# Use default configuration
|
||||||
exec >/dev/null && \
|
|
||||||
make defconfig && \
|
make defconfig && \
|
||||||
make -j "$(nproc)" && \
|
make -j "$(nproc)" && \
|
||||||
cp busybox "${PREFIX}/bin" && \
|
cp busybox "${PREFIX}/bin" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user