File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 9797 image : ghcr.io/cirruslabs/macos-runner:sonoma
9898 reqinstall_script :
9999 - brew update
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
100+ - brew install md5sha1sum expect dejagnu grep fish r tcl-tk gzip powershell
102101 configure_script :
103- - ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/Cellar/tcl-tk@8/8.6.16/lib
102+ - ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/lib --with-tclsh=/opt/homebrew/bin/tclsh
104103 << : *BUILD_INSTALL_TEST_TEMPLATE
105104 coverage_script :
106105 - for f in tcl/*.tcl; do script/nglfar2ccov $f; done
Original file line number Diff line number Diff line change 6868 tcl85-nolibtclenvmodules :
6969 runs-on : ubuntu-20.04
7070 env :
71- CONFIGURE_OPTS : --with-tclsh=tclsh8.5 --prefix=/tmp/modules --disable-libtclenvmodules --with-tcl=/usr/local/lib --enable-versioning --with-loadedmodules=null:dot --without-pager --disable-avail-indepth --with-terminal-background=light --with-unload-match-order=returnfirst --disable-implicit-default --with-search-match=contains --with-locked-configs=extra_siteconfig --disable-auto-handling --disable-extended-default --disable-advanced-version-spec --disable-color --with-icase=never --with-tcl-linter=nagelfar132 /nagelfar.tcl
71+ CONFIGURE_OPTS : --with-tclsh=tclsh8.5 --prefix=/tmp/modules --disable-libtclenvmodules --with-tcl=/usr/local/lib --enable-versioning --with-loadedmodules=null:dot --without-pager --disable-avail-indepth --with-terminal-background=light --with-unload-match-order=returnfirst --disable-implicit-default --with-search-match=contains --with-locked-configs=extra_siteconfig --disable-auto-handling --disable-extended-default --disable-advanced-version-spec --disable-color --with-icase=never --with-tcl-linter=nagelfar135 /nagelfar.tcl
7272 COVERAGE : y
7373 EXTRA_SCRIPT_PRETEST : make install-testinitrc install-testsiteconfig
7474 EXTRA_SCRIPT_POSTTEST : make uninstall-testconfig
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ WGET := wget --retry-connrefused --waitretry=20 --timeout=20 --tries=3
1717
1818# definitions for code coverage
1919NAGELFAR_DLSRC1 := http://downloads.sourceforge.net/nagelfar/
20- NAGELFAR_RELEASE := nagelfar133
20+ NAGELFAR_RELEASE := nagelfar135
2121NAGELFAR_DIST := $(NAGELFAR_RELEASE ) .tar.gz
22- NAGELFAR_DISTSUM := ab3451c8ba6b1ec9d9e26dec7e17b954
22+ NAGELFAR_DISTSUM := 0305ae1617a365626f45fc08909c6f58
2323NAGELFAR := $(NAGELFAR_RELEASE ) /nagelfar.tcl
2424
2525# definition for old Tcl interpreter for coverage testing
You can’t perform that action at this time.
0 commit comments