Skip to content

Commit

Permalink
CI: pure C can link to GMP, but Nim cannot LoadLib GMP, not found
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Sep 19, 2022
1 parent 495d5fa commit b901dd5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,12 @@ jobs:
nimble test_bindings --verbose
nimble test_parallel_no_asm --verbose
- name: Run Constantine tests (Windows no Assembly)
# So "test_bindings" uses C and can find GMP
# but nim-gmp cannot find GMP on Windows CI
if: runner.os == 'Windows' && matrix.target.BACKEND == 'NO_ASM'
shell: msys2 {0}
run: |
cd constantine
nimble bindings --verbose
nimble test_bindings --verbose
nimble test_parallel_no_asm --verbose
nimble bindings --verbose
nimble test_bindings --verbose
nimble test_parallel_no_gmp_no_asm --verbose

0 comments on commit b901dd5

Please sign in to comment.