andygrove opened a new issue, #231:
URL: https://github.com/apache/arrow-ballista/issues/231
**Describe the bug**
Integration tests are broken again
```
Compiling ballista-core v0.7.0 (/tmp/ballista/ballista/rust/core)
error: failed to run custom build command for `datafusion-proto v12.0.0`
Caused by:
process didn't exit successfully:
`/tmp/ballista/target/release/build/datafusion-proto-a023b3a7a2670553/build-script-build`
(exit status: 101)
--- stdout
cargo:rerun-if-env-changed=FORCE_REBUILD
cargo:rerun-if-changed=proto/datafusion.proto
--- stderr
thread 'main' panicked at '
Could not find `protoc` installation and this build crate cannot proceed
without
this knowledge. If `protoc` is installed and this crate had trouble finding
it, you can set the `PROTOC` environment variable with the specific path
to your
installed `protoc` binary.
```
**To Reproduce**
Steps to reproduce the behavior:
```
./dev/integration-tests.sh
```
**Expected behavior**
**Additional context**
--
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]