Skip to content

Commit 1db36ca

Browse files
committed
Build with datafusion-python ans sequila-native
1 parent dd1a7ea commit 1db36ca

File tree

9 files changed

+4127
-1354
lines changed

9 files changed

+4127
-1354
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,14 @@ jobs:
6565
args: --release --out dist --find-interpreter
6666
sccache: 'true'
6767
manylinux: auto
68+
6869
- name: Upload wheels
6970
uses: actions/upload-artifact@v3
7071
with:
7172
name: wheels
7273
path: dist
74+
env:
75+
RUSTFLAGS: ""-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"
7376

7477
windows:
7578
runs-on: windows-latest
@@ -92,11 +95,14 @@ jobs:
9295

9396
args: --release --out dist --find-interpreter
9497
sccache: 'true'
98+
9599
- name: Upload wheels
96100
uses: actions/upload-artifact@v3
97101
with:
98102
name: wheels
99103
path: dist
104+
env:
105+
RUSTFLAGS: ""-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"
100106

101107
macos:
102108
runs-on: macos-latest
@@ -121,6 +127,8 @@ jobs:
121127
with:
122128
name: wheels
123129
path: dist
130+
env:
131+
RUSTFLAGS: ""-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"
124132

125133
sdist:
126134
runs-on: ubuntu-latest
@@ -154,4 +162,6 @@ jobs:
154162
with:
155163
command: upload
156164
args: --non-interactive --skip-existing *
165+
env:
166+
RUSTFLAGS: ""-Clink-arg=-undefined -Clink-arg=dynamic_lookup -Ctarget-cpu=native"
157167

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ venv
77
*.dll
88
*.pyd
99

10-
.idea
10+
.idea
11+
sandbox/
12+
.DS_Store

0 commit comments

Comments
 (0)