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}"