andygrove commented on PR #528:
URL: https://github.com/apache/arrow-ballista/pull/528#issuecomment-1319953680

   This now works locally at least:
   
   ```
   $ docker run --rm -it -v $(pwd)/..:/io             --workdir /io/python      
       ghcr.io/pyo3/maturin:v0.13.7             build
   🍹 Building a mixed python/rust project
   🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
   🐍 Not using a specific python interpreter
      Compiling ballista-core v0.10.0 (/io/ballista/core)
      Compiling datafusion v14.0.0
      Compiling datafusion-proto v14.0.0
      Compiling ballista v0.10.0 (/io/ballista/client)
      Compiling ballista-python v0.10.0 (/io/python)
       Finished dev [unoptimized + debuginfo] target(s) in 40.20s
   📦 Built wheel for abi3 Python ≥ 3.7 to 
/io/python/target/wheels/ballista-0.10.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to