We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3ffc6 commit b3d3630Copy full SHA for b3d3630
.github/workflows/release.yml
@@ -118,6 +118,16 @@ jobs:
118
run: |
119
maturin build -m connectorx-python/Cargo.toml --target aarch64-unknown-linux-gnu -i python${{ matrix.python-version }} --release
120
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
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
+
131
- name: Upload Artifact
132
uses: actions/upload-artifact@v4
133
with:
0 commit comments