Skip to content

Commit

Permalink
Update pip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking authored Sep 1, 2024
1 parent 4648612 commit 477475d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,12 @@ jobs:
env:
CIBW_BUILD: "cp3*-${{ matrix.platform_tag }}"
CIBW_SKIP: "cp3{5,6,7}*"
CIBW_ENVIRONMENT_MACOS: CMAKE_PREFIX_PATH=${{ github.workspace }}/opt
CIBW_ENVIRONMENT_WINDOWS: "CMAKE_PREFIX_PATH=\"${{ github.workspace }}/opt/llvm;${{ github.workspace }}/opt/flatbuffers;${{ github.workspace }}/opt/wabt\""
CIBW_ENVIRONMENT_MACOS: "CMAKE_PREFIX_PATH=${{ github.workspace }}/opt"
CIBW_ENVIRONMENT_WINDOWS: >
CMAKE_PREFIX_PATH="${{ github.workspace }}/opt"
Halide_LLVM_ROOT="${{ github.workspace }}/opt/llvm"
flatbuffers_ROOT="${{ github.workspace }}/opt/flatbuffers"
wabt_ROOT="${{ github.workspace }}/opt/wabt"
CIBW_MANYLINUX_X86_64_IMAGE: "ghcr.io/halide/manylinux_2_28_x86_64-llvm:${{ env.LLVM_VERSION }}"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 477475d

Please sign in to comment.