Skip to content

Commit feb2c4d

Browse files
committedJul 31, 2015
more travis debugging
1 parent 36d92c7 commit feb2c4d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

Diff for: ‎conda/artiq/build.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ BIN_PREFIX=$ARTIQ_PREFIX/binaries/
1616
mkdir -p $ARTIQ_PREFIX/misc
1717
mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello
1818

19-
# build for KC705
20-
19+
# workarounds
2120
export PYTHONPATH=$PREFIX/lib/python3.4/site-packages
21+
echo $PATH
22+
echo $PREFIX/lib/python3.4/site-packages
23+
which python
24+
#
25+
26+
# build for KC705
2227

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

0 commit comments

Comments
 (0)
Please sign in to comment.