From 1f65c9f33750856b591332621fbad8748c989241 Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 23 Nov 2022 16:01:12 +0800 Subject: [PATCH] [skip e2e] Delete windows code-checker (#20783) Signed-off-by: Bennu-Li Signed-off-by: Bennu-Li --- .github/workflows/code-checker.yaml | 51 ----------------------------- 1 file changed, 51 deletions(-) diff --git a/.github/workflows/code-checker.yaml b/.github/workflows/code-checker.yaml index 3f13be3b97..9dd293b8df 100644 --- a/.github/workflows/code-checker.yaml +++ b/.github/workflows/code-checker.yaml @@ -117,54 +117,3 @@ jobs: OS_NAME: 'centos7' run: | ./build/builder.sh /bin/bash -c "make install" - mingw64: - name: ${{ matrix.name }} - runs-on: ${{ matrix.os }} - timeout-minutes: 60 - strategy: - fail-fast: false - matrix: - include: - - name: Code Checker MinGW - os: windows-2019 - steps: - - name: Set git to use LF - run: | - git config --global core.autocrlf false - git config --global core.eol lf - - name: Checkout - uses: actions/checkout@v2 - - name: Cache go - uses: actions/cache@v3 - with: - path: | - %LocalAppData%\go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: ${{ runner.os }}-go- - - name: Cache ccache - uses: actions/cache@v3 - with: - path: | - ${{ github.workspace }}/.ccache - key: ${{ runner.os }}-ccache-${{ hashFiles('internal/core/**') }} - restore-keys: ${{ runner.os }}-ccache- - - name: Configure Toolchain - uses: msys2/setup-msys2@v2.12.0 - with: - msystem: mingw64 - - name: Install Deps - shell: msys2 {0} - run: | - sh scripts/install_deps_msys.sh - - name: Code Check - shell: msys2 {0} - env: - CCACHE_COMPILERCHECK: content - CCACHE_COMPRESS: 1 - CCACHE_COMPRESSLEVEL: 5 - CCACHE_MAXSIZE: 2G - CCACHE_DIR: ${{ github.workspace }}/.ccache - run: | - go version - mingw32-make verifiers milvus