mirror of https://github.com/KLayout/klayout.git
Fixing brew install bug due to ruby version mismatch.
Refer to https://github.com/Homebrew/brew/issues/3299 Bug seen in https://travis-ci.org/lightwave-lab/klayout/jobs/438311059#L187
This commit is contained in:
parent
c36bd53d5b
commit
53504a5d7e
|
|
@ -58,7 +58,7 @@ matrix:
|
|||
os: osx
|
||||
osx_image: xcode8 # macOS 10.11
|
||||
env:
|
||||
- MATRIX_EVAL="rvm list; rvm use ruby-2.3.0; brew install python3; brew unlink python && brew link --overwrite python3;"
|
||||
- MATRIX_EVAL="rvm list; rvm use ruby-2.3.0; brew update; brew config; brew upgrade python; brew unlink python && brew link --overwrite python;"
|
||||
- ARCHFLAGS="-std=c++11"
|
||||
- PIP_UPDATE="1"
|
||||
- PYTHON_BUILD=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue