Skip to content

Commit

Permalink
Remove riscv64-kcsan build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Jul 31, 2023
1 parent b075035 commit a39f4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
name: Build RISC-V 64-bit
strategy:
matrix:
build: [riscv64-kasan, riscv64-kcsan]
build: [riscv64-kasan]
runs-on: self-hosted
needs: [verify_c_style, verify_py_style]
steps:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
name: Tests RISC-V 64-bit
strategy:
matrix:
build: [riscv64-kasan, riscv64-kcsan]
build: [riscv64-kasan]
runs-on: self-hosted
needs: build_riscv64
steps:
Expand Down

0 comments on commit a39f4f3

Please sign in to comment.