Skip to content

Commit

Permalink
try fixed CI for link lzma;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Jul 25, 2024
1 parent 20fa228 commit 8324496
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,18 @@ jobs:
make-build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: makeInit
run: |
git clone --depth=1 https://github.com/sisong/libmd5.git ../libmd5
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone -b master --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone --depth=1 https://github.com/sisong/zstd.git ../zstd
git clone --depth=1 https://github.com/sisong/zlib.git ../zlib
git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate
- name: makeNoldef
run: |
make LDEF=0 USE_CRC_EMU=1 -j
make -j
make clean
make-build2:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: makeInit
run: |
git clone --depth=1 https://github.com/sisong/libmd5.git ../libmd5
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone --depth=1 https://github.com/sisong/zstd.git ../zstd
git clone --depth=1 https://github.com/sisong/zlib.git ../zlib
git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate
- name: makeAll
run: |
make USE_CRC_EMU=1 -j
make clean
- name: makeByBz2Code
run: |
git clone --depth=1 https://github.com/sisong/bzip2.git ../bzip2
make BZIP2=1 USE_CRC_EMU=1 -j
make BZIP2=1 clean

0 comments on commit 8324496

Please sign in to comment.