fix: disable gmp on windows

The msys2 gmp package does not support static linking at the moment.
f31bdf893a
This commit is contained in:
Gabriel Ebner 2023-01-26 12:34:12 -08:00
parent decb08858f
commit dd8319c3cd

View file

@ -97,7 +97,7 @@ jobs:
os: windows-2022
release: true
shell: msys2 {0}
CMAKE_OPTIONS: -G "Unix Makefiles"
CMAKE_OPTIONS: -G "Unix Makefiles" -DUSE_GMP=OFF
# for reasons unknown, interactivetests are flaky on Windows
CTEST_OPTIONS: --repeat until-pass:2
llvm-url: https://github.com/leanprover/lean-llvm/releases/download/15.0.1/lean-llvm-x86_64-w64-windows-gnu.tar.zst