projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e65938
)
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
whitequark
<whitequark@whitequark.org>
Wed, 21 Oct 2015 13:17:40 +0000
(16:17 +0300)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index fbf78b8b0610abbb88e372467c27f9d5b1f89472..d28150eff6bc1e54a51ae5545dc2a288496c3224 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"