gh: update Tcl9 test case to 9.0b2rc2

One regression spotted when mixing eval + clock + error within condition
block. Issue has been reported upstream [1]

[1] https://core.tcl-lang.org/tcl/tktview/9889f96f4d
This commit is contained in:
Xavier Delaruelle
2024-05-12 17:40:35 +02:00
parent 00c959309a
commit 364f842b20
3 changed files with 81 additions and 14 deletions

View File

@@ -363,9 +363,9 @@ jobs:
# libtclenvmodules build requirements
sudo apt-get install -y gcc autoconf
# manually install tcl9.0
curl -L --output tcl9.0b1-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0b1-src.tar.gz
tar xfz tcl9.0b1-src.tar.gz
cd tcl9.0b1/unix
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
cd tcl9.0b2/unix
./configure
make -j
sudo make install