.github/workflows/go.yml | 42 ++++++++++++++++++++++-------------------- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5a627b5e745d8264d4d85c36ebd87be288a9ac41..19f5d87219b483b848341bfd90e2cdf9f06b00cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -88,24 +88,26 @@ - name: torrentfs end-to-end test # 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 +# Github broke FUSE on MacOS, I'm not sure what the state is. - - 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 +# 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