Skip to content

Commit

Permalink
ci: 🎡 remove libressl build from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abcfy2 committed Nov 4, 2024
1 parent 37e7c79 commit 5a6c231
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 5a6c231

Please sign in to comment.