From f27035d22ba022646ac29c074cb52815ad466af5 Mon Sep 17 00:00:00 2001 From: "Will (Newby) Atlas" Date: Wed, 19 Apr 2023 14:09:58 -0600 Subject: [PATCH] [ci] What lld do we have #3 --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cc08eb04a..86ed297745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,11 +217,13 @@ jobs: # this was unreliable sometimes, so try again if it fails sudo apt-get install --no-install-recommends debootstrap clang-15 lld-15 || echo 'Failed. Trying again.' && sudo apt-get clean && sudo apt-get update && sudo apt-get install --no-install-recommends debootstrap clang-15 lld-15 - # What version of LLVM did we get? - lld-15 —version - # What OS is this runner on? cat /etc/os-release + + # What version of LLVM did we get? + llvm-link --version + lld-15 —version + # Create ubuntu-16.04 sysroot environment, which is used to avoid # depending on a very recent version of glibc. # `libc6-dev` is required for building any C source files.