Skip to content

Commit

Permalink
Remove jemelloc and windows for substrait
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh authored and santosh committed Sep 1, 2024
1 parent f9435de commit c5dceba
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 212 deletions.
116 changes: 0 additions & 116 deletions .github/workflows/publish-jemalloc-to-pypi.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/publish-substrait-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
working-directory: ./extensions/duckdb_extension_substrait
run: |
uv tool run hatch build -t wheel osx_amd64
- name: build duckdb_extension_substrait for windows_amd64
working-directory: ./extensions/duckdb_extension_substrait
run: |
uv tool run hatch build -t wheel windows_amd64
# - name: build duckdb_extension_substrait for windows_amd64
# working-directory: ./extensions/duckdb_extension_substrait
# run: |
# uv tool run hatch build -t wheel windows_amd64
- name: Copy wheels to dist directory
run: |
mkdir dist
Expand All @@ -56,7 +56,7 @@ jobs:
os:
- ubuntu-latest
# - arm-ubuntu-22.04
- windows-latest
# - windows-latest
- macos-latest
- macos-13
runs-on: ${{ matrix.os }}
Expand Down
9 changes: 0 additions & 9 deletions extensions/duckdb_extension_jemalloc/LICENSE.txt

This file was deleted.

39 changes: 0 additions & 39 deletions extensions/duckdb_extension_jemalloc/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions extensions/duckdb_extension_jemalloc/pyproject.toml

This file was deleted.

Empty file.

0 comments on commit c5dceba

Please sign in to comment.