Skip to content

Commit

Permalink
[ci]: downgrade cmake package on AppVeyor
Browse files Browse the repository at this point in the history
See meta-toolkit/meta@8b7cf26 for explanation.
  • Loading branch information
skystrife committed Aug 16, 2017
1 parent 0c87cc4 commit c1b2281
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ install:
# we don't actually need ada, fortran, libgfortran, or objc, but in
# order to update gcc we need to also update those packages as well...
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-{gcc,gcc-ada,gcc-fortran,gcc-libgfortran,gcc-objc,cmake,make,zlib}"
# as of 2017-08-16, msys2's cmake does broken things when linking
# executables leading to segfaults during indexing. The bug is
# introduced in cmake 3.9.1-1, so we manually downgrade to cmake
# 3.8.2-2 here.
- bash -lc "wget http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-cmake-3.8.2-2-any.pkg.tar.xz"
- bash -lc "pacman --noconfirm -U mingw-w64-x86_64-cmake-3.8.2-2-any.pkg.tar.xz"
- python --version
- pip install --disable-pip-version-check --user --upgrade pip
- pip install wheel
Expand Down

0 comments on commit c1b2281

Please sign in to comment.