Skip to content

Commit 79dfd37

Browse files
authored
Remove arm64 cmake nightly (#7106)
1 parent a4bdd08 commit 79dfd37

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/nightly_run.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ jobs:
1717
sanitizer: ${{matrix.sanitizer}}
1818
secrets: inherit
1919

20-
cmake_arm64:
21-
name: Build/test ARM64
22-
strategy:
23-
matrix: ${{ fromJSON(vars.NIGHTLY_CMAKE_ARM64_MATRIX) }}
24-
fail-fast: false
25-
uses: ./.github/workflows/build_and_test_provisioned.yml
26-
with:
27-
runner_label: ARM64
28-
sanitizer: ${{matrix.sanitizer}}
29-
extra_compile_flags: "-DMKQL_DISABLE_CODEGEN"
30-
secrets: inherit
31-
3220
ya_x86_64:
3321
name: Build/test x86_64 using YA
3422
uses: ./.github/workflows/build_and_test_ya_provisioned.yml

0 commit comments

Comments
 (0)