disable assembly (#1755)

This commit is contained in:
George Hotz
2023-09-04 09:41:20 -07:00
committed by GitHub
parent b8fde6bb0f
commit 56abe04e4b
4 changed files with 2 additions and 1 deletions

View File

@@ -203,7 +203,7 @@ jobs:
strategy:
fail-fast: false
matrix:
backend: [llvm, clang, gpu, cuda, ptx]
backend: [llvm, clang, gpu, cuda] #, ptx]
name: Tests on (${{ matrix.backend }})
runs-on: ${{ matrix.backend == 'gpu' && 'ubuntu-20.04' || 'ubuntu-latest' }}
@@ -278,6 +278,7 @@ jobs:
testunicorn:
name: ARM64 unicorn Test
runs-on: ubuntu-latest
if: ${{false}}
timeout-minutes: 20
steps:
- name: Checkout Code