We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The cargo build --release command documented here fails:
cargo build --release
To Reproduce
git clone [email protected]:apache/arrow-ballista.git -b 0.9.0 cd arrow-ballista cargo build --release
Expected behavior Expected ballista-scheduler and ballista-executor binaries to be built into the target/release directory
Additional context ubuntu 22.04 x86 ballista version 0.9.0
The text was updated successfully, but these errors were encountered:
I checked out the master and 0.10.0 branches and both built fine.
Sorry, something went wrong.
I've tried the 0.10.0 branch build on x86 MacOS and Ubuntu 22.04...
...and on Ubuntu 22.04 on ARM64...
...and all looks good w/ the install, rust-wise, so closing this
No branches or pull requests
Describe the bug
The
cargo build --release
command documented here fails:To Reproduce
Expected behavior
Expected ballista-scheduler and ballista-executor binaries to be built into the target/release directory
Additional context
ubuntu 22.04 x86 ballista version 0.9.0
The text was updated successfully, but these errors were encountered: