Skip to content

Commit

Permalink
Revert changes related to the uplift of the AdaptiveCpp compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
bader committed Dec 20, 2024
1 parent 513c51f commit 031fd53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cts_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- sycl-impl: dpcpp
version: ca955e538171cb7b7eb07734dd5c2b958c84901c
- sycl-impl: hipsycl
version: ba3fb96
version: 3d8b1cd
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- sycl-impl: dpcpp
version: ca955e538171cb7b7eb07734dd5c2b958c84901c
- sycl-impl: hipsycl
version: ba3fb96
version: 3d8b1cd
env:
container-workspace: /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}
parallel-build-jobs: 2
Expand Down
1 change: 0 additions & 1 deletion docker/common/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt update && \
apt install -y --no-install-recommends \
build-essential \
wget \
python3 \
git \
ca-certificates \
Expand Down
13 changes: 0 additions & 13 deletions docker/hipsycl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ FROM khronosgroup/sycl-cts-ci:common
ARG IMPL_VERSION
RUN test -n "$IMPL_VERSION" || ( echo "Error: IMPL_VERSION is not set"; exit 1 )

RUN apt update && \
apt install -y --no-install-recommends \
lsb-release \
software-properties-common \
gnupg

RUN wget https://apt.llvm.org/llvm.sh && \
chmod +x llvm.sh && \
./llvm.sh 18 && \
apt update && \
apt install -y --no-install-recommends \
libclang-18-dev clang-tools-18 libomp-18-dev

RUN export DEBIAN_FRONTEND=noninteractive && \
apt update && \
apt install -y --no-install-recommends \
Expand Down

0 comments on commit 031fd53

Please sign in to comment.