]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove torrentfs-macos job from CI
authorMatt Joiner <anacrolix@gmail.com>
Sun, 23 Jul 2023 06:09:21 +0000 (16:09 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 23 Jul 2023 06:44:39 +0000 (16:44 +1000)
.github/workflows/go.yml

index 5a627b5e745d8264d4d85c36ebd87be288a9ac41..19f5d87219b483b848341bfd90e2cdf9f06b00cf 100644 (file)
@@ -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