Skip to content

Commit b3d3630

Browse files
committed
revert to latest changes, testing workflow in fork
1 parent 3b3ffc6 commit b3d3630

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ jobs:
118118
run: |
119119
maturin build -m connectorx-python/Cargo.toml --target aarch64-unknown-linux-gnu -i python${{ matrix.python-version }} --release
120120
121+
- name: Copy J4RS Dependencies
122+
run: |
123+
cp -rf connectorx-python/target/aarch64-unknown-linux-gnu/release/jassets connectorx-python/connectorx/dependencies
124+
- name: Rebuild Wheel (Native)
125+
run: |
126+
maturin build -m connectorx-python/Cargo.toml --target aarch64-unknown-linux-gnu -i python${{ matrix.python-version }} --release
127+
env:
128+
SQLITE3_STATIC: 1
129+
KRB5_LIB_DIR: /usr/lib/aarch64-linux-gnu
130+
121131
- name: Upload Artifact
122132
uses: actions/upload-artifact@v4
123133
with:

0 commit comments

Comments
 (0)