We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94d234 commit da16d12Copy full SHA for da16d12
scripts/docker/yscope-velox-builder.dockerfile
@@ -61,8 +61,6 @@ WORKDIR /tmp/velox-src
61
# NOTE:
62
# - We set `CCACHE_BASEDIR` so cache keys use relative paths.
63
# - 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
66
RUN source /opt/velox-venv/bin/activate \
67
&& CCACHE_BASEDIR=/tmp/velox-src make release \
68
&& echo "CCache statistics after warmup build:" \
0 commit comments