Skip to content

Commit d63bc0e

Browse files
committed
cirrus: keep using Tcl 8 with Homebrew due to Nagelfar
1 parent d1a21a3 commit d63bc0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ task:
9797
image: ghcr.io/cirruslabs/macos-runner:sonoma
9898
reqinstall_script:
9999
- brew update
100-
- brew install md5sha1sum expect dejagnu grep fish r tcl-tk gzip powershell
100+
# keep Tcl 8 as current Nagelfar archive requires 8.5+, but not Tcl 9
101+
- brew install md5sha1sum expect dejagnu grep fish r tcl-tk@8 gzip powershell
101102
configure_script:
102-
- ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/lib
103+
- ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/Cellar/tcl-tk@8/8.6.15/lib
103104
<< : *BUILD_INSTALL_TEST_TEMPLATE
104105
coverage_script:
105106
- for f in tcl/*.tcl; do script/nglfar2ccov $f; done

0 commit comments

Comments
 (0)