gh: update Tcl9 test case to 9.0b2

Issue found on Tcl 9.0b2rc2 and reported at [1] has been worked around.

[1] https://core.tcl-lang.org/tcl/tktview/9889f96f4d
This commit is contained in:
Xavier Delaruelle
2024-05-21 13:03:03 +02:00
parent 364f842b20
commit 24fecc4ee2
2 changed files with 13 additions and 79 deletions

View File

@@ -363,8 +363,8 @@ jobs:
# libtclenvmodules build requirements
sudo apt-get install -y gcc autoconf
# manually install tcl9.0
curl -L --output tcl9.0b2rc2-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0b2rc2-src.tar.gz
tar xfz tcl9.0b2rc2-src.tar.gz
curl -L --output tcl9.0b2-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0b2-src.tar.gz
tar xfz tcl9.0b2-src.tar.gz
cd tcl9.0b2/unix
./configure
make -j