mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
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:
6
.github/workflows/linux_tests.yaml
vendored
6
.github/workflows/linux_tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user