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 "build-programs=yes" >> configparms && \
|
||||
\
|
||||
exec >/dev/null && \
|
||||
../configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib \
|
||||
@ -72,7 +71,6 @@ WORKDIR /tmp/busybox
|
||||
RUN curl -fL https://busybox.net/downloads/busybox-${BUSYB_VER}.tar.bz2 \
|
||||
| tar xj --strip-components=1 && \
|
||||
# Use default configuration
|
||||
exec >/dev/null && \
|
||||
make defconfig && \
|
||||
make -j "$(nproc)" && \
|
||||
cp busybox "${PREFIX}/bin" && \
|
||||
|
Loading…
Reference in New Issue
Block a user