Skip to content

Commit

Permalink
Remove torrentfs-macos job from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Jul 23, 2023
1 parent 790fae6 commit b730a99
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,26 @@ jobs:
# Test on 386 for atomic alignment and other bad 64-bit assumptions
run: GOARCH=386 fs/test.sh

torrentfs-macos:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ '1.20' ]
os: [macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/go-common

- run: brew install macfuse pv md5sha1sum bash

- name: Install godo
run: go install -v github.com/anacrolix/godo@master
# Github broke FUSE on MacOS, I'm not sure what the state is.

- name: torrentfs end-to-end test
run: fs/test.sh
# Pretty sure macos on GitHub CI has issues with the fuse driver now.
continue-on-error: true
# torrentfs-macos:
# timeout-minutes: 15
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# go-version: [ '1.20' ]
# os: [macos-latest]
# fail-fast: false
# steps:
# - uses: actions/checkout@v2
# - uses: ./.github/actions/go-common
#
# - run: brew install macfuse pv md5sha1sum bash
#
# - name: Install godo
# run: go install -v github.com/anacrolix/godo@master
#
# - name: torrentfs end-to-end test
# run: fs/test.sh
# # Pretty sure macos on GitHub CI has issues with the fuse driver now.
# continue-on-error: true

0 comments on commit b730a99

Please sign in to comment.