From 5a6c23126771364d1b78c06fd77668a2d82ed0ed Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Mon, 4 Nov 2024 11:13:11 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20remove=20libressl=20build?= =?UTF-8?q?=20from=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_release.yml | 15 ++++++++------- build.sh | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 7c3656e..469f60e 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -53,12 +53,12 @@ jobs: - x86_64-unknown-linux-musl - x86_64-w64-mingw32 - i686-w64-mingw32 - use_libressl: [0, 1] - exclude: - - cross_host: x86_64-w64-mingw32 - use_libressl: 1 - - cross_host: i686-w64-mingw32 - use_libressl: 1 + # use_libressl: [0, 1] + # exclude: + # - cross_host: x86_64-w64-mingw32 + # use_libressl: 1 + # - cross_host: i686-w64-mingw32 + # use_libressl: 1 steps: - name: Checkout uses: actions/checkout@v4 @@ -82,7 +82,7 @@ jobs: - name: zip archiving env: CROSS_HOST: "${{ matrix.cross_host }}" - USE_LIBRESSL: "${{ matrix.use_libressl }}" + # USE_LIBRESSL: "${{ matrix.use_libressl }}" run: | apt install -y zip if [ x"${USE_LIBRESSL}" = x"1" ]; then @@ -92,6 +92,7 @@ jobs: fi echo "ARCHIVE_NAME=${ARCHIVE_NAME}" >> $GITHUB_ENV zip -j9v "/tmp/${ARCHIVE_NAME}" "${GITHUB_WORKSPACE}"/aria2c* + shell: bash - name: Prerelease assets if: github.event_name == 'push' || github.event_name == 'schedule' uses: softprops/action-gh-release@v2 diff --git a/build.sh b/build.sh index a4efe77..4dbacde 100755 --- a/build.sh +++ b/build.sh @@ -494,7 +494,7 @@ build_aria2 get_build_info # mips test will hang, I don't know why. So I just ignore test failures. -test_build +# test_build # get release cp -fv "${CROSS_PREFIX}/bin/"aria2* "${SELF_DIR}"