mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 19:01:06 +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
|
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 "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user