Skip to content

Commit daad513

Browse files
committed
Include nightly in main base image
1 parent abc68d8 commit daad513

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ jobs:
7777
base_image=ghcr.io/intel/llvm/ubuntu2404_build
7878
base_tag=latest
7979
use_unstable_driver=false
80-
- name: LLVM Nightly Ubuntu 24.04 Docker image
81-
file: ubuntu2404_llvm_nightly
82-
tag: latest
8380
steps:
8481
- name: Checkout
8582
uses: actions/checkout@v4

devops/containers/ubuntu2404_base.Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ENV DEBIAN_FRONTEND=noninteractive
44

55
USER root
66

7+
# Configure LLVM nightly repo
8+
RUN apt-get update -qq
9+
RUN apt-get install -yqq curl
10+
RUN curl -sSL https://apt.llvm.org/llvm-snapshot.gpg.key -o /etc/apt/trusted.gpg.d/apt.llvm.org.asc
11+
RUN echo 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main' > /etc/apt/sources.list.d/llvm.list
12+
713
# Install SYCL prerequisites
814
COPY scripts/install_build_tools.sh /install.sh
915
RUN /install.sh

devops/containers/ubuntu2404_llvm_nightly.Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)