summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-11 16:30:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-11 16:30:11 (GMT)
commitc1a56eb2d1e2e43e4b1e17aef5fd7f1a627db4e4 (patch)
tree9fe6e0af8ce7994448b335d0c375e04fda35c505 /.github
parentdfd4a2e5c1a1e54b69e7317a2d71c09aa7cb42b9 (diff)
downloadtcl-c1a56eb2d1e2e43e4b1e17aef5fd7f1a627db4e4.zip
tcl-c1a56eb2d1e2e43e4b1e17aef5fd7f1a627db4e4.tar.gz
tcl-c1a56eb2d1e2e43e4b1e17aef5fd7f1a627db4e4.tar.bz2
Experiment: Integrate culler's "macher" tool. Only for thin binaries
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 7ca1817..c0add28 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -13,6 +13,9 @@ jobs:
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c tclOOScript.h
+ wget https://github.com/culler/macher/releases/download/v1.0/macher
+ sudo cp macher /usr/local/bin
+ sudo chmod a+x /usr/local/bin/macher
working-directory: generic
- name: Build
run: make all
@@ -40,6 +43,9 @@ jobs:
- name: Prepare
run: |
touch tclStubInit.c tclOOStubInit.c tclOOScript.h
+ wget https://github.com/culler/macher/releases/download/v1.0/macher
+ sudo cp macher /usr/local/bin
+ sudo chmod a+x /usr/local/bin/macher
mkdir "$HOME/install dir"
working-directory: generic
- name: Configure ${{ matrix.cfgopt }}