This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new e35372c  Add lld to ubuntu2304 image (#215)
e35372c is described below

commit e35372cce38b09c0f552958bd96ae02ec8b78fa6
Author: Masaori Koshiba <[email protected]>
AuthorDate: Wed Sep 27 09:56:33 2023 +0900

    Add lld to ubuntu2304 image (#215)
---
 docker/ubuntu2304/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/ubuntu2304/Dockerfile b/docker/ubuntu2304/Dockerfile
index ec18dd7..f2d5f65 100644
--- a/docker/ubuntu2304/Dockerfile
+++ b/docker/ubuntu2304/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:23.04
 ENV DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update; \
-    apt-get -y install build-essential llvm ccache \
+    apt-get -y install build-essential llvm lld ccache \
     make pkgconf bison flex g++ clang gettext libc++-dev autoconf automake \
     libtool autotools-dev git distcc file wget openssl hwloc intltool-debian \
     clang-tools-14 clang-14 ; \

Reply via email to