Skip to content

Commit

Permalink
try to workaround travis problem
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 31, 2015
1 parent f3c3800 commit 53f55a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions conda/artiq/build.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 53f55a7

Please sign in to comment.