mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e] Lock msys package's versions (#17414)
Signed-off-by: Ji Bin <matrixji@live.com>
This commit is contained in:
parent
f31be941bb
commit
572cd0277f
2
.github/workflows/code-checker.yaml
vendored
2
.github/workflows/code-checker.yaml
vendored
@ -176,7 +176,7 @@ jobs:
|
||||
key: ${{ runner.os }}-ccache-${{ hashFiles('internal/core/**') }}
|
||||
restore-keys: ${{ runner.os }}-ccache-
|
||||
- name: Configure Toolchain
|
||||
uses: msys2/setup-msys2@v2
|
||||
uses: msys2/setup-msys2@v2.10.3
|
||||
with:
|
||||
msystem: mingw64
|
||||
- name: Install Deps
|
||||
|
@ -20,12 +20,9 @@ pacman -S --noconfirm --needed \
|
||||
mingw-w64-x86_64-clang-tools-extra \
|
||||
mingw-w64-x86_64-python2 \
|
||||
mingw-w64-x86_64-diffutils \
|
||||
mingw-w64-x86_64-arrow
|
||||
|
||||
# workaround for install older packages
|
||||
pacman -U --noconfirm \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-go-1.17-1-any.pkg.tar.zst \
|
||||
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-rocksdb-6.26.1-1-any.pkg.tar.zst
|
||||
mingw-w64-x86_64-arrow \
|
||||
mingw-w64-x86_64-go \
|
||||
mingw-w64-x86_64-rocksdb
|
||||
|
||||
|
||||
# dummy empty dl, TODO: remove later
|
||||
|
Loading…
Reference in New Issue
Block a user