summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-12 15:12:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-12 15:12:06 (GMT)
commit552e9c654253de9ba497a6f05f41ef13cf93d82a (patch)
tree7e264ff3775d895ec4d13ac389e5b6c0dbf34605
parenta5f5cc7742ec31b7d90adcb9a020a1d671515538 (diff)
parent21d34a19569a60fcfb184212d11b6c0174799ca5 (diff)
downloadtcl-552e9c654253de9ba497a6f05f41ef13cf93d82a.zip
tcl-552e9c654253de9ba497a6f05f41ef13cf93d82a.tar.gz
tcl-552e9c654253de9ba497a6f05f41ef13cf93d82a.tar.bz2
Merge 8.7
-rw-r--r--.github/workflows/mac-build.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index cba8531..bf3c420 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -16,8 +16,8 @@ jobs:
working-directory: generic
- name: Build
run: make all
- env:
- CFLAGS: -arch x86_64 -arch arm64e
+ env:
+ CFLAGS: -arch x86_64 -arch arm64e
- name: Run Tests
run: make test styles=develop
env:
@@ -48,13 +48,13 @@ jobs:
# Note that macOS is always a 64 bit platform
run: ./configure --enable-64bit --enable-dtrace --enable-framework ${CFGOPT} "--prefix=$HOME/install" || (cat config.log && exit 1)
env:
- CFLAGS: -arch x86_64 -arch arm64e
+ CFLAGS: -arch x86_64 -arch arm64e
CFGOPT: ${{ matrix.cfgopt }}
- name: Build
run: |
make all tcltest
- env:
- CFLAGS: -arch x86_64 -arch arm64e
+ env:
+ CFLAGS: -arch x86_64 -arch arm64e
- name: Run Tests
run: |
make test