File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/workflows/containers/github-action-ci Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM docker.io/library/ubuntu:24.04 as base
1+ FROM docker.io/library/ubuntu:24.04 AS base
22ENV LLVM_SYSROOT=/opt/llvm
33
4- FROM base as stage1-toolchain
4+ FROM base AS stage1-toolchain
55ENV LLVM_VERSION=21.1.1
66
77RUN apt-get update && \
@@ -37,7 +37,7 @@ RUN cmake -B ./build -G Ninja ./llvm \
3737
3838RUN ninja -C ./build stage2-clang-bolt stage2-install-distribution && ninja -C ./build install-distribution
3939
40- FROM base as ci-container
40+ FROM base AS ci-container
4141
4242COPY --from=stage1-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
4343
@@ -97,7 +97,7 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
9797USER gha
9898WORKDIR /home/gha
9999
100- FROM ci-container as ci-container-agent
100+ FROM ci-container AS ci-container-agent
101101
102102ENV GITHUB_RUNNER_VERSION=2.328.0
103103
You can’t perform that action at this time.
0 commit comments