From: Matt Joiner Date: Sun, 23 Jul 2023 06:09:21 +0000 (+1000) Subject: Remove torrentfs-macos job from CI X-Git-Url: http://www.git.stargrave.org/?p=btrtrc.git;a=commitdiff_plain;h=b730a99a480d342f128f84f9c45201133e3c7e11 Remove torrentfs-macos job from CI --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5a627b5e..19f5d872 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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