From 24542a2eef5724b7594c96a1f95d0402b8629083 Mon Sep 17 00:00:00 2001 From: Stefan Sobernig Date: Fri, 4 Oct 2024 15:58:36 +0200 Subject: [PATCH] Remove CI/CD support for the Tcl 8.5.19 release. See ticket #2 --- .github/workflows/build.yml | 8 -------- appveyor.yml | 4 ---- doc/Announce2.4.1 | 3 +++ 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c987efa..c87f33b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,10 +61,6 @@ jobs: compiler: gcc-10 tcltag: core-8-5-branch experimental: [true] - - os: macos-latest - compiler: gcc-12 - tcltag: core-8-5-19 - experimental: [false] - os: macos-latest compiler: gcc-12 tcltag: core-8-6-15 @@ -73,10 +69,6 @@ jobs: compiler: gcc-12 tcltag: core-9-0-0 experimental: [false] - - os: ubuntu-latest - compiler: gcc-10 - tcltag: core-8-5-19 - experimental: [false] - os: ubuntu-latest compiler: gcc-10 tcltag: core-8-6-15 diff --git a/appveyor.yml b/appveyor.yml index 0d190d80..35208eb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,10 +29,6 @@ environment: TOOLCHAIN: autoconf-tea # - TCLTAG: core-8-5-branch # TOOLCHAIN: nmake-tea - - TCLTAG: core-8-5-19 - TOOLCHAIN: autoconf-tea - # - TCLTAG: core-8-5-19 - # TOOLCHAIN: nmake-tea - TCLTAG: core-9-0-0 TOOLCHAIN: autoconf-tea - TCLTAG: core-9-0-0 diff --git a/doc/Announce2.4.1 b/doc/Announce2.4.1 index 756ab687..0e2c3bfc 100644 --- a/doc/Announce2.4.1 +++ b/doc/Announce2.4.1 @@ -17,6 +17,9 @@ results of the compilations and test runs on https://github.com/nm-wu/nsf/actions https://ci.appveyor.com/project/mrcalvin/nsf-2ylk0/history +Hint: As for Tcl 8.5, NSF is only tested with (unreleased) Tcl 8.5 +revisions taken from `core-8-5-branch` at https://core.tcl-lang.org/tcl/. + Selected changes worth mentioning: - Maintenance & bug fixes: