steveloughran commented on PR #7007: URL: https://github.com/apache/hadoop/pull/7007#issuecomment-2302572164
docker is failing to move to the new version as the build process for the new protoc native binaries require bazel. ``` 15:23:30 #18 [14/19] RUN pkg-resolver/install-protobuf.sh centos:7 15:23:31 #18 0.406 WARN: Don't know how to install version 3.25.3, installing the default version 3.25.3 instead 15:23:31 #18 1.487 pkg-resolver/install-protobuf.sh: line 49: ./autogen.sh: No such file or directory 15:23:32 #18 ERROR: process "/bin/bash --login -c pkg-resolver/install-protobuf.sh centos:7" did not complete successfully: exit code: 12 ``` going to revert the docker changes -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
