1
0
mirror of https://github.com/rafacouto/docker-openwrt-builder synced 2025-06-07 16:06:16 +00:00

Force root inside container.

This commit is contained in:
Rafa Couto 2016-12-22 16:13:51 +01:00
parent 2c6c1e6133
commit 1a1bfb6a54

View File

@ -34,5 +34,6 @@ if [ -z "$JOBS" ] ; then
fi fi
# compile # compile
export FORCE_UNSAFE_CONFIGURE=1
time ionice -c 3 nice -n 19 make -j $JOBS V=s time ionice -c 3 nice -n 19 make -j $JOBS V=s