From a203ce60e28620c5751749526cdc1b3444ed1c13 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 19 Dec 2024 16:02:02 +0100 Subject: [PATCH] fixup! ci: create clangarm64-build.yml This is no longer needed, as Git for Windows' regular release process (as well as regular CI builds) now support the clang-aarch64 parts out of the box. Signed-off-by: Johannes Schindelin --- .github/workflows/clangarm64-build.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/clangarm64-build.yml diff --git a/.github/workflows/clangarm64-build.yml b/.github/workflows/clangarm64-build.yml deleted file mode 100644 index 79d1c7589d8033..00000000000000 --- a/.github/workflows/clangarm64-build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: CLANG build ARM64 - -on: - workflow_dispatch: - -defaults: - run: - shell: bash - -jobs: - clang-build: - runs-on: [Windows, ARM64] - env: - NO_PERL: 1 - steps: - - uses: actions/checkout@v4 - - uses: git-for-windows/setup-git-for-windows-sdk@v1 - with: - flavor: makepkg-git - architecture: aarch64 - # This assumes that the job is running on a self-hosted runner, - # in which case we need to cleanup SDK files. - cleanup: true - - name: Build Git CLANGARM64 - run: make -j`nproc`