v2.1.21: Changes to the PackageCompiler testsuite
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.20to2.1.21by @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=falsetests 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