summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-09 12:41:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-09 12:41:46 (GMT)
commit3f0dc94455d09a6beaad1a806ba3f6531e49909f (patch)
tree5a37211c2c31202175901bbdbe3b6efc4b9d9dd8 /.github
parent6cc442596661758ad0e028898e046a259a7ae37f (diff)
parent8b67593cb6cdc934c862eb50a2bbb70713cc5a13 (diff)
downloadtcl-3f0dc94455d09a6beaad1a806ba3f6531e49909f.zip
tcl-3f0dc94455d09a6beaad1a806ba3f6531e49909f.tar.gz
tcl-3f0dc94455d09a6beaad1a806ba3f6531e49909f.tar.bz2
Rebase to 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml1
-rw-r--r--.github/workflows/win-build.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 5c177aa..1fab821 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -16,7 +16,6 @@ jobs:
matrix:
cfgopt:
- ""
- - "CFLAGS=-DTCL_UTF_MAX=3"
- "CFLAGS=-DTCL_NO_DEPRECATED=1"
- "--disable-shared"
- "--enable-symbols"
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 9c1fe43..0126bfe 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -61,7 +61,6 @@ jobs:
matrix:
cfgopt:
- ""
- - "CFLAGS=-DTCL_UTF_MAX=3"
- "CFLAGS=-DTCL_NO_DEPRECATED=1"
- "--disable-shared"
- "--enable-symbols"