HACK: Clean-up frequent problem-cause files from buck-out

Change-Id: I03bb393c1ef14d2797aa285a40a1242cf322589e
This commit is contained in:
Thomas Vachuska 2018-02-07 09:05:09 -08:00 committed by Ray Milkey
parent f3cbc80f16
commit b51707ba03

View File

@ -47,5 +47,10 @@ if [ "${ONOS_NO_BUCKD:-1}" == "1" ]; then
export NO_BUCKD=1 export NO_BUCKD=1
fi fi
# HACK: Clean-up frequent problem-causers from buck-out
rm -fr \
$ONOS_ROOT/buck-out/bin/lib/.netty \
$ONOS_ROOT/buck-out/bin/lib/.KRYO
# Finally, run the Buck command... # Finally, run the Buck command...
$BUCK "$@" $BUCK "$@"