Skip to content

v2.1.21: Changes to the PackageCompiler testsuite

Choose a tag to compare

@github-actions github-actions released this 22 Oct 04:51
· 35 commits to master since this release
c0c4279

Summary

The purpose of this release is to get some recent testsuite changes (specifically, #984) into PkgEval.

What's Changed

  • Test suite: When skipping tests, skip them ONLY in GitHub Actions CI; do NOT skip them in other CI (such as PkgEval) by @DilumAluthge in #984
  • Bump version number from 2.1.20 to 2.1.21 by @DilumAluthge in #986

CI (Continuous Integration)

  • Resume CI on Julia 1.9, but only 64-bit (skip 32-bit); also, skip the LLVMExtra_jll-related tests on Julia 1.9 by @DilumAluthge in #979
  • CI: Run a single job on Julia nightly (but skip the incremental=false tests on Julia 1.12) by @DilumAluthge in #982
  • CI: Test both incremental={true,false} on "slow CI"; also, stop considering Apple Silicon macOS as "slow CI" by @DilumAluthge in #983

Full Changelog

Full Changelog: v2.1.20...v2.1.21