Skip to content

Commit f63927e

Browse files
committed
[ci]: Add SLES tclConfig path to .ci/build_and_test_world
1 parent e78b042 commit f63927e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/build_and_test_world

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
if [ -z "$TCLCONFIG" ]; then
33
[ -x /usr/lib/tcl8.5/tclConfig.sh ] && TCLCONFIG=/usr/lib/tcl8.5
44
[ -x /usr/lib/tcl8.6/tclConfig.sh ] && TCLCONFIG=/usr/lib/tcl8.6
5+
[ -x /usr/lib64/tclConfig.sh ] && TCLCONFIG=/usr/lib64/tclConfig.sh
56
fi
67
[ -n "$TCLCONFIG" ] && export TCLCONFIG
78
echo TCLCONFIG=${TCLCONFIG}

0 commit comments

Comments
 (0)