We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed240f commit 3917833Copy full SHA for 3917833
rust/cubestore/Dockerfile
@@ -12,6 +12,7 @@ COPY cubestore/cubezetasketch cubezetasketch
12
COPY cubestore/cubedatasketches cubedatasketches
13
COPY cubestore/cuberpc cuberpc
14
COPY cubestore/cubestore-sql-tests cubestore-sql-tests
15
+COPY cubestore/cubestore/benches cubestore/cubestore/benches
16
COPY cubestore/cubestore/Cargo.toml cubestore/Cargo.toml
17
RUN mkdir -p cubestore/src/bin && \
18
echo "fn main() {print!(\"Dummy main\");} // dummy file" > cubestore/src/bin/cubestored.rs
0 commit comments