lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master bfbebf9c 1/2: Install required lld for clang


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master bfbebf9c 1/2: Install required lld for clang CI builds
Date: Tue, 22 Nov 2022 10:50:02 -0500 (EST)

branch: master
commit bfbebf9c96e9aa37f64651e4500f410457271759
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Install required lld for clang CI builds
    
    This is required since b21901095 (Install 'lld' and use it with clang,
    2022-07-06).
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fcc807a8..4481c8c8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
           fi
 
           if [ "${{ matrix.compiler }}" = clang ]; then
-            packages="$packages clang libc++abi-dev libc++-dev"
+            packages="$packages clang libc++abi-dev libc++-dev lld"
           fi
 
           # Work around for an apparent bug in either Debian slim Docker image



reply via email to

[Prev in Thread] Current Thread [Next in Thread]