Skip to content

Commit

Permalink
🔧 (CI): Optimize release CI linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Apr 11, 2024
1 parent 9316b19 commit 704e751
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Build libjxl (x86_64)
if: ${{ contains(matrix.target, 'x86')}}
uses: kohlerdominik/docker-run-action@v1
with:
image: ${{ matrix.docker_image }}
volumes: ${{ github.workspace }}:/workspace
workdir: /workspace
run: |
git clone --recurse-submodules --depth 1 -b v0.10.2 https://github.com/libjxl/libjxl.git
cd libjxl
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF \
-DJPEGXL_ENABLE_TOOLS=OFF -DJPEGXL_ENABLE_DOXYGEN=OFF -DJPEGXL_ENABLE_MANPAGES=OFF \
-DJPEGXL_ENABLE_BENCHMARKS=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF -DJPEGXL_ENABLE_JNI=OFF \
-DJPEGXL_ENABLE_SJPEG=OFF -DJPEGXL_ENABLE_OPENEXR=OFF
cmake --build build
cmake --install build

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 704e751

Please sign in to comment.