Skip to content

Commit

Permalink
Merge pull request #749 from KhronosGroup/bring-back-dpcpp-ccache
Browse files Browse the repository at this point in the history
CI: Bring back ccache for DPC++
  • Loading branch information
bader authored Jul 14, 2023
2 parents 2afe109 + 7350fb7 commit 116ea83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/dpcpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ ARG IMPL_VERSION

FROM ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:no-drivers-$IMPL_VERSION

RUN export DEBIAN_FRONTEND=noninteractive && \
apt update && \
apt install -y --no-install-recommends \
ccache && \
apt-get clean && \
rm -rf /var/lib/apt/lists*

COPY configure.sh /scripts/

0 comments on commit 116ea83

Please sign in to comment.