projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d75eb5
)
travis: workaround for conda noarch bug
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Mon, 19 Oct 2015 15:02:37 +0000
(23:02 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Mon, 19 Oct 2015 15:02:37 +0000
(23:02 +0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 9d1ed6766471272f0a0fbd2ade8e6395c69384ec..815d9f2735cc5a5118e44edc13bb9f2be575eecf 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-25,6
+25,9
@@
install:
- "sudo apt-get install verilator"
- "verilator --version; true"
# Build and install Migen conda package
+ # workaround for https://github.com/conda/conda-build/issues/466
+ - "mkdir -p /home/travis/miniconda/conda-bld/linux-64"
+ - "conda index /home/travis/miniconda/conda-bld/linux-64"
- "conda build --python 3.5 conda/migen"
- "conda install migen --use-local"