We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a21a3 commit d63bc0eCopy full SHA for d63bc0e
.cirrus.yml
@@ -97,9 +97,10 @@ task:
97
image: ghcr.io/cirruslabs/macos-runner:sonoma
98
reqinstall_script:
99
- brew update
100
- - brew install md5sha1sum expect dejagnu grep fish r tcl-tk gzip powershell
+ # 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
102
configure_script:
- - ./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
104
<< : *BUILD_INSTALL_TEST_TEMPLATE
105
coverage_script:
106
- for f in tcl/*.tcl; do script/nglfar2ccov $f; done
0 commit comments