Commit 3f269b9 1 parent a1c6898 commit 3f269b9 Copy full SHA for 3f269b9
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN mkdir /tmp/ballista/datafusion-examples
35
35
ADD Cargo.toml .
36
36
COPY benchmarks ./benchmarks/
37
37
COPY datafusion ./datafusion/
38
+ COPY datafusion-cli ./datafusion-cli/
38
39
COPY datafusion-examples ./datafusion-examples/
39
40
COPY ballista ./ballista/
40
41
RUN cargo chef prepare --recipe-path recipe.json
@@ -47,11 +48,13 @@ FROM base as builder
47
48
RUN mkdir /tmp/ballista/ballista
48
49
RUN mkdir /tmp/ballista/benchmarks
49
50
RUN mkdir /tmp/ballista/datafusion
51
+ RUN mkdir /tmp/ballista/datafusion-cli
50
52
RUN mkdir /tmp/ballista/datafusion-examples
51
53
ADD Cargo.toml .
52
54
COPY benchmarks ./benchmarks/
53
55
COPY datafusion ./datafusion/
54
56
COPY ballista ./ballista/
57
+ COPY datafusion-cli ./datafusion-cli/
55
58
COPY datafusion-examples ./datafusion-examples/
56
59
COPY --from=cacher /tmp/ballista/target target
57
60
ARG RELEASE_FLAG=--release
You can’t perform that action at this time.
0 commit comments