From 21a1e4a74303b49156a9c2ac361b9b865c033505 Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Mon, 16 Mar 2026 12:54:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0msys2=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=20libsodium=20=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapi/scripts/msys2/install-libsodium.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/scripts/msys2/install-libsodium.sh b/sapi/scripts/msys2/install-libsodium.sh index b8073ad49e..8ee686e1b9 100644 --- a/sapi/scripts/msys2/install-libsodium.sh +++ b/sapi/scripts/msys2/install-libsodium.sh @@ -14,7 +14,7 @@ mkdir -p pool/lib/ WORK_TEMP_DIR=${__PROJECT__}/var/msys2-build/ mkdir -p ${WORK_TEMP_DIR} -VERSION=1.0.18 +VERSION=1.0.21 download() { # document https://doc.libsodium.org/ From 69225a472269a43e7f3fb888dc8438752f15f991 Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Tue, 17 Mar 2026 12:57:08 +0800 Subject: [PATCH 2/2] github cygwin and msys2 build environment with source code archive --- .github/workflows/windows-cygwin.yml | 2 +- .github/workflows/windows-msys2.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-cygwin.yml b/.github/workflows/windows-cygwin.yml index 6c467fc0bd..96715740e2 100644 --- a/.github/workflows/windows-cygwin.yml +++ b/.github/workflows/windows-cygwin.yml @@ -65,11 +65,11 @@ jobs: shell: C:\cygwin\bin\bash.EXE --noprofile --norc -e -o pipefail -o igncr {0} run: | bash ./sapi/scripts/cygwin/install-re2c.sh - bash sapi/download-box/download-box-get-archive-from-server.sh - name: install deps lib with source code shell: C:\cygwin\bin\bash.EXE --noprofile --norc -e -o pipefail -o igncr {0} run: | + bash sapi/download-box/download-box-get-archive-from-server.sh bash ./sapi/scripts/msys2/install-libzip.sh bash ./sapi/scripts/msys2/install-libyuv.sh bash ./sapi/scripts/msys2/install-libavif.sh diff --git a/.github/workflows/windows-msys2.yml b/.github/workflows/windows-msys2.yml index 82bbdb0118..0d9fedfe42 100644 --- a/.github/workflows/windows-msys2.yml +++ b/.github/workflows/windows-msys2.yml @@ -52,6 +52,7 @@ jobs: - name: install deps lib with source code shell: msys2 {0} run: | + bash sapi/download-box/download-box-get-archive-from-server.sh bash ./sapi/scripts/msys2/install-deps-lib.sh - name: Prepare