mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 02:41:49 +02:00
HACK: Clean-up frequent problem-cause files from buck-out
Change-Id: I03bb393c1ef14d2797aa285a40a1242cf322589e
This commit is contained in:
parent
f3cbc80f16
commit
b51707ba03
@ -47,5 +47,10 @@ if [ "${ONOS_NO_BUCKD:-1}" == "1" ]; then
|
||||
export NO_BUCKD=1
|
||||
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...
|
||||
$BUCK "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user