diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 0632561c..baeae29a 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -341,7 +341,7 @@ jobs: QCOW2_IMAGE: debian13-loong64.qcow2 EFI_CODE: edk2-loongarch64-code.fd EFI_VARS: edk2-loongarch64-vars.fd - QEMU_VERSION: 10.2.2 + QEMU_VERSION: 10.2.3 steps: - name: Prepare host tools diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c73a6c0..20b3e329 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,7 @@ jobs: ) }} env: + NUGET_CERT_REVOCATION_MODE: offline Output: "${{ github.workspace }}/${{ matrix.arch }}" RID: |- ${{ @@ -68,4 +69,4 @@ jobs: uses: actions/upload-artifact@v7.0.1 with: name: ${{ matrix.arch }} - path: ${{ matrix.arch }} \ No newline at end of file + path: ${{ matrix.arch }} diff --git a/package-debian-loong.sh b/package-debian-loong.sh index e00b0cbf..5fc69ab2 100644 --- a/package-debian-loong.sh +++ b/package-debian-loong.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -euo pipefail +export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" + VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 diff --git a/package-debian-riscv.sh b/package-debian-riscv.sh index e9fcb628..bc9cddf4 100644 --- a/package-debian-riscv.sh +++ b/package-debian-riscv.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -euo pipefail +export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" + VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 diff --git a/package-debian.sh b/package-debian.sh index 0c10a548..2487e931 100644 --- a/package-debian.sh +++ b/package-debian.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -euo pipefail +export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" + VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 @@ -753,4 +755,4 @@ main() { print_summary } -main "$@" \ No newline at end of file +main "$@" diff --git a/package-rhel-riscv.sh b/package-rhel-riscv.sh index 9c4fa03f..ebb3dcdf 100644 --- a/package-rhel-riscv.sh +++ b/package-rhel-riscv.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -euo pipefail +export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" + VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 diff --git a/package-rhel.sh b/package-rhel.sh index 2b266999..5197b7ec 100644 --- a/package-rhel.sh +++ b/package-rhel.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -euo pipefail +export NUGET_CERT_REVOCATION_MODE="${NUGET_CERT_REVOCATION_MODE:-offline}" + VERSION_ARG="" WITH_CORE="both" FORCE_NETCORE=0 @@ -698,4 +700,4 @@ main() { print_summary } -main "$@" \ No newline at end of file +main "$@" diff --git a/v2rayN/Directory.Packages.props b/v2rayN/Directory.Packages.props index 88eb9b51..4b058024 100644 --- a/v2rayN/Directory.Packages.props +++ b/v2rayN/Directory.Packages.props @@ -26,7 +26,7 @@ - +