From ca8ef4c5d07de7e7e43e0742d89a179518430b87 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Fri, 13 Dec 2024 07:10:29 +0100 Subject: [PATCH] cirrus: update ref to Tcl version for OSX test --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index eadbfe4f..dfedcb11 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -100,7 +100,7 @@ task: # keep Tcl 8 as current Nagelfar archive requires 8.5+, but not Tcl 9 - brew install md5sha1sum expect dejagnu grep fish r tcl-tk@8 gzip powershell configure_script: - - ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/Cellar/tcl-tk@8/8.6.15/lib + - ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/Cellar/tcl-tk@8/8.6.16/lib << : *BUILD_INSTALL_TEST_TEMPLATE coverage_script: - for f in tcl/*.tcl; do script/nglfar2ccov $f; done