Skip to content

Commit 51c10b7

Browse files
committed
Remove building of tcltls and tktable (fails on Ubuntu)
1 parent a7ea175 commit 51c10b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ machine=$(uname -sm | tr ' ' -)
55

66
# compile kbskit + sdx into build dir
77
builddir="kbskit_$machine"
8-
MAKEFLAGS=-j4 ./kbs.tcl -r -v -builddir="$(pwd)/$builddir" -make=make -tar=tar install kbskit8.6 sdx tablelist6.16 img1.4.13 tkdnd2.9 photoresize0.2 tdom0.9.2 vectcl0.3 vectcltk0.2 tcltls tktable2.10
8+
MAKEFLAGS=-j4 ./kbs.tcl -r -v -builddir="$(pwd)/$builddir" -make=make -tar=tar install kbskit8.6 sdx tablelist6.16 img1.4.13 tkdnd2.9 photoresize0.2 tdom0.9.2 vectcl0.3 vectcltk0.2
99
# explicit -make=make is needed, because otherwise "gmake" is tried first,
1010
# which is alien under git-sdk on Github Actions Windows
1111

0 commit comments

Comments
 (0)