Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit e21b954

Browse files
committed
Disable building of mac binaries
1 parent d94edab commit e21b954

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/update.yaml

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: update-code
33
on:
44
schedule:
55
- cron: '42 0 * * 1'
6+
workflow_dispatch:
67

78
jobs:
89
build:
@@ -76,15 +77,15 @@ jobs:
7677
with:
7778
fetch-depth: 1
7879

79-
- name: Compile Mac binaries
80-
run: |
81-
MAC=macosx
82-
mkdir -p $MAC
83-
for bin in byzcoin full; do go build -o $MAC ./cmd/$bin; done
84-
( cd pkg/cothority; \
85-
for bin in byzcoin/bcadmin scmgr personhood/phapp; do \
86-
go build -o ../../$MAC ./$bin; \
87-
done )
80+
# - name: Compile Mac binaries
81+
# run: |
82+
# MAC=macosx
83+
# mkdir -p $MAC
84+
# for bin in byzcoin full; do go build -o $MAC ./cmd/$bin; done
85+
# ( cd pkg/cothority; \
86+
# for bin in byzcoin/bcadmin scmgr personhood/phapp; do \
87+
# go build -o ../../$MAC ./$bin; \
88+
# done )
8889

8990
- name: Fetch linux binaries
9091
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)