Skip to content

Commit

Permalink
travis/get-xilinx: use http github clone url
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 4, 2015
1 parent c1c3abc commit d06a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/get-xilinx.sh
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ echo "$secret" | gpg --passphrase-fd 0 Xilinx.lic.gpg
mkdir -p ~/.Xilinx
mv Xilinx.lic ~/.Xilinx/Xilinx.lic

git clone https://github.com/m-labs/impersonate_macaddress
git clone http://github.com/m-labs/impersonate_macaddress
make -C impersonate_macaddress
# Tell mibuild where Xilinx toolchains are installed
# and feed it the mac address corresponding to the license

0 comments on commit d06a4d6

Please sign in to comment.