Skip to content

Commit

Permalink
build windows port with MSVC instead of MinGW, use force-cross featur…
Browse files Browse the repository at this point in the history
…e in gmp-mpfr-sys
  • Loading branch information
danilopedraza committed Jan 22, 2025
1 parent d26aba4 commit 61753ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- x86_64-apple-darwin
- x86_64-pc-windows-gnu
- x86_64-pc-windows-msvc
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
binary: arm64
cargo-tool: cargo
- os: windows-latest
target: x86_64-pc-windows-gnu
target: x86_64-pc-windows-msvc
binary: x86-64
cargo-tool: cargo
steps:
Expand Down
1 change: 1 addition & 0 deletions core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repl = [ "rustyline" ]
codespan-reporting = "0.11.1"
hifijson = "0.2.2"
pretty_assertions = "1.4.1"
gmp-mpfr-sys = { version = "1.6.4", features = [ "force-cross" ]}
rug = "1.26.1"
rustyline = { version = "14.0.0", optional = true }
unindent = "0.2.3"

0 comments on commit 61753ba

Please sign in to comment.