Skip to content

Commit

Permalink
Update SYCL compiler version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Dec 28, 2021
1 parent 6c786cd commit 331b396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker/Dockerfile.sycl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSIO
ENV PATH=${CMAKE_DIR}/bin:$PATH

ENV SYCL_DIR=/opt/sycl
RUN SYCL_VERSION=20210903 && \
SYCL_URL=https://github.com/intel/llvm/archive/sycl-nightly && \
RUN SYCL_VERSION=2021-09 && \
SYCL_URL=https://github.com/intel/llvm/archive/ && \
SYCL_ARCHIVE=${SYCL_VERSION}.tar.gz && \
SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && \
wget --quiet ${SYCL_URL}/${SYCL_ARCHIVE} && \
Expand Down

0 comments on commit 331b396

Please sign in to comment.