fix(act_runner): clang symlink
Some checks are pending
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest-amd64) (push) Waiting to run
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest) (push) Successful in 3m52s
Image builds / build_images (renovate) (push) Successful in 20s
KeyDB / build-key-db-image (push) Successful in 22s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest) (push) Successful in 4m42s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest-amd64) (push) Successful in 1m24s

This commit is contained in:
Peter 2023-12-22 16:49:11 +01:00
parent 0fd351d71d
commit 9babe27f3f
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -21,7 +21,7 @@ RUN --mount=type=cache,target=/var/lib/apt \
unzip \
libgraphite2-3 \
zstd && \
ln -s /usr/lib/llvm-16/bin/clangd /usr/bin/cland && \
ln -s /usr/lib/llvm-16/bin/clang /usr/bin/clang && \
ln -s -f /usr/lib/llvm-16/bin/llc /usr/bin/ && \
mkdir -p /etc/apt/keyrings/ && \
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \