andygrove commented on a change in pull request #919:
URL: https://github.com/apache/arrow-datafusion/pull/919#discussion_r693396719
##########
File path: dev/docker/ballista.dockerfile
##########
@@ -42,9 +42,9 @@ COPY datafusion-cli ./datafusion-cli/
COPY datafusion-examples ./datafusion-examples/
RUN cargo chef prepare --recipe-path recipe.json
-FROM base as cacher
-COPY --from=planner /tmp/ballista/recipe.json recipe.json
-RUN cargo chef cook $RELEASE_FLAG --recipe-path recipe.json
+# FROM base as cacher
+# COPY --from=planner /tmp/ballista/recipe.json recipe.json
+# RUN cargo chef cook $RELEASE_FLAG --recipe-path recipe.json
Review comment:
I could use some help figuring out how to keep this working. See the
issue for more details.
--
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]