Skip to content

Commit

Permalink
ci: drop support for GOOS=darwin, broken since we use go-rapidsnark
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed Jun 16, 2024
1 parent 8ddec5f commit 8fe8f43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,6 @@ jobs:
name: gocoverage-integration@${{ env.SHA }}
path: dockerfiles/testsuite/gocoverage-integration/

job_go_build_for_mac:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run go build for Mac
run: |
# Some of our devs are on Mac. Ensure it builds.
# It's surprisingly hard with some deps like bazil.org/fuse.
GOOS=darwin go build ./...
call-docker-release:
name: Docker
needs: [job_go_checks, job_go_test, job_compose_test]
Expand Down
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ go 1.22.0
// For testing purposes
// replace go.vocdoni.io/proto => ../dvote-protobuf

// Don't upgrade bazil.org/fuse past v0.0.0-20200407214033-5883e5a4b512 for now,
// as it dropped support for GOOS=darwin.
// If you change its version, ensure that "GOOS=darwin go build ./..." still works.

require (
git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
github.com/766b/chi-prometheus v0.0.0-20211217152057-87afa9aa2ca8
Expand Down

0 comments on commit 8fe8f43

Please sign in to comment.