Skip to content

Commit

Permalink
More fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 31, 2024
1 parent 3a04eef commit 177acc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
*.png binary
*.jpg binary
*.tiff binary

# Freeze version information in git archives
.git_archival.txt export-subst
3 changes: 2 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ jobs:
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
CIBW_ENVIRONMENT_WINDOWS: "CMAKE_PREFIX_PATH=${{ github.workspace }}/opt/llvm;${{ github.workspace }}/opt/flatbuffers;${{ github.workspace }}/opt/wabt"
CIBW_MANYLINUX_X86_64_IMAGE: "ghcr.io/halide/manylinux_2_28_x86_64-llvm:${{ env.LLVM_VERSION }}"
MACOSX_DEPLOYMENT_TARGET: 11

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

0 comments on commit 177acc5

Please sign in to comment.