Skip to content

Commit da16d12

Browse files
committed
fix: Remove redundant velox source code copying and setting work directory
1 parent b94d234 commit da16d12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/docker/yscope-velox-builder.dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ WORKDIR /tmp/velox-src
6161
# NOTE:
6262
# - We set `CCACHE_BASEDIR` so cache keys use relative paths.
6363
# - We clear the stats after warmup so that CI builds only show their own cache hits.
64-
COPY . /tmp/velox-src/
65-
WORKDIR /tmp/velox-src
6664
RUN source /opt/velox-venv/bin/activate \
6765
&& CCACHE_BASEDIR=/tmp/velox-src make release \
6866
&& echo "CCache statistics after warmup build:" \

0 commit comments

Comments
 (0)