Lines Matching full:tmp
4 RUN cd /tmp \
6 && mkdir -p /tmp/skia \
7 && cd /tmp/skia \
8 && /tmp/depot_tools/fetch skia
10 RUN cd /tmp/skia/skia \
14 # PathKit should be in /tmp/skia/skia/out/pathkit/
15 RUN /tmp/skia/skia/modules/pathkit/compile.sh
17 # CanvasKit should be in /tmp/skia/skia/out/canvaskit_wasm
18 RUN /tmp/skia/skia/modules/canvaskit/compile.sh
20 # Debugger should be in /tmp/skia/skia/out/debugger_wasm
21 RUN /tmp/skia/skia/experimental/wasm-skp-debugger/compile.sh
23 RUN cd /tmp/skia/skia && git rev-parse HEAD > /tmp/VERSION
27 # a VERSION in /tmp
33 WORKDIR /tmp/
35 RUN mkdir /tmp/pathkit /tmp/canvaskit
37 COPY --from=builder /tmp/VERSION /tmp/VERSION
39 COPY --from=builder /tmp/skia/skia/out/pathkit/pathkit* /tmp/pathkit/
41 COPY --from=builder /tmp/skia/skia/out/canvaskit_wasm/canvaskit* /tmp/canvaskit/
43 COPY --from=builder /tmp/skia/skia/out/debugger_wasm/debugger* /tmp/debugger/