Skip to content

Commit

Permalink
CI: drop old nim compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Nov 27, 2024
1 parent 7c3d76d commit 5d4e978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
fail-fast: false
max-parallel: 20
matrix:
nim_version: [version-1-6, version-2-2] # version-2-0] is crashing due to https://github.com/mratsim/constantine/issues/471
# version-2-0 is crashing due to https://github.com/mratsim/constantine/issues/471
# version-1-6 and version-2-0 have issues with templates in typedef operating on a generic for Fp12 tower in https://github.com/mratsim/constantine/pull/485
# Hence we only test and officially sypport 2.2.0, though 99% of Constantine should work on older compilers
nim_version: [version-2-2]
rust_toolchain: [stable] # [beta, nightly]
go_toolchain: [stable]
target:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ See the following documents on the threadpool performance details, design and re

> [!IMPORTANT]
> Constantine can be compiled with:
> - Nim v1.6.x,
> - Nim v2.0.2 to v2.0.8 but not Nim v2.0.0 and Nim 2.0.10 (due to compile-time evaluation crashes)
> - Nim v2.2.0
### From Rust
Expand Down

0 comments on commit 5d4e978

Please sign in to comment.