forked from M-Labs/artiq
try to workaround travis problem
This commit is contained in:
parent
f3c38005d3
commit
53f55a7502
|
@ -18,11 +18,7 @@ mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello
|
|||
|
||||
# build for KC705
|
||||
|
||||
echo $PYTHONPATH
|
||||
echo $PREFIX/lib/python3.4/site-packages
|
||||
ls $PREFIX/lib/python3.4/site-packages
|
||||
ls $PREFIX/lib/python3.4/site-packages/migen
|
||||
ls $PREFIX/lib/python3.4/site-packages/mibuild
|
||||
PYTHONPATH=$PREFIX/lib/python3.4/site-packages
|
||||
|
||||
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
|
||||
make -C soc/runtime clean runtime.fbi
|
||||
|
|
Loading…
Reference in New Issue