Skip to content

Commit 53f55a7

Browse files
committedJul 31, 2015
try to workaround travis problem
1 parent f3c3800 commit 53f55a7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

Diff for: ‎conda/artiq/build.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello
1818

1919
# build for KC705
2020

21-
echo $PYTHONPATH
22-
echo $PREFIX/lib/python3.4/site-packages
23-
ls $PREFIX/lib/python3.4/site-packages
24-
ls $PREFIX/lib/python3.4/site-packages/migen
25-
ls $PREFIX/lib/python3.4/site-packages/mibuild
21+
PYTHONPATH=$PREFIX/lib/python3.4/site-packages
2622

2723
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
2824
make -C soc/runtime clean runtime.fbi

0 commit comments

Comments
 (0)
Please sign in to comment.