Skip to content

Commit 52030ab

Browse files
committedJun 25, 2015
travis: export MACADDR, do not source get-xilinx
1 parent b820b7a commit 52030ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
before_install:
1010
- mkdir -p $HOME/.mlabs
1111
- if [ $TRAVIS_PULL_REQUEST != false ]; then BUILD_SOC=0; fi
12-
- if [ $BUILD_SOC -ne 0 ]; then . ./.travis/get-xilinx.sh; fi
12+
- if [ $BUILD_SOC -ne 0 ]; then ./.travis/get-xilinx.sh; fi
1313
- . ./.travis/get-toolchain.sh
1414
- . ./.travis/get-anaconda.sh
1515
- source $HOME/miniconda/bin/activate py34

Diff for: ‎.travis/get-xilinx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ make -C impersonate_macaddress
3131
cat > $HOME/.mlabs/build_settings.sh << EOF
3232
MISOC_EXTRA_VIVADO_CMDLINE="-Ob vivado_path $HOME/Xilinx/Vivado"
3333
MISOC_EXTRA_ISE_CMDLINE="-Ob ise_path $HOME/opt/Xilinx/"
34-
MACADDR=$macaddress
34+
export MACADDR=$macaddress
3535
export LD_PRELOAD=$PWD/impersonate_macaddress/impersonate_macaddress.so
3636
EOF

0 commit comments

Comments
 (0)
Please sign in to comment.