summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-05 14:21:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-05 14:21:43 (GMT)
commit2130b783d0d6792df2714ba0184d7314b635968c (patch)
treeef61db3fec5df345853bfd2073bf828e1a9efb7b /.github
parent581907f9d4d5d60a765839b771f7b7d90317f0b8 (diff)
downloadtk-2130b783d0d6792df2714ba0184d7314b635968c.zip
tk-2130b783d0d6792df2714ba0184d7314b635968c.tar.gz
tk-2130b783d0d6792df2714ba0184d7314b635968c.tar.bz2
Attempt to make more ttk testcases pass on github actions, by backporting some textual changes from 8.6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 70d31f2..bc6ffc7 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -28,7 +28,7 @@ jobs:
USE_XVFB: ${{ contains(matrix.options, '--disable-aqua') }}
- name: Add Tcl
run: |
- brew install tcl-tk
+ brew install tcl-tk
- name: Add X11
if: ${{ env.USE_XVFB }}
# This involves black magic
@@ -38,7 +38,7 @@ jobs:
- name: Configure (symbols=${{ matrix.symbols }} ${{matrix.options }})
# Note that macOS is always a 64 bit platform
run: |
- ./configure --enable-64bit --with-tcl=/usr/local/opt/tcl-tk/lib --disable-corefoundation --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-I/usr/local/opt/tcl-tk/include ${CFGOPT} "--prefix=$HOME/install" || {
+ ./configure --enable-64bit --enable-framework --with-tcl=/usr/local/opt/tcl-tk/lib --disable-corefoundation --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-I/usr/local/opt/tcl-tk/include ${CFGOPT} "--prefix=$HOME/install" || {
cat config.log
echo "::error::Failure during Configure"
exit 1