You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sw...@apache.org on 2023/12/19 23:39:47 UTC

(logging-log4cxx) branch master updated: Update CI clang workaround as per https://github.com/actions/runner-images/issues/8659#issuecomment-1853177960

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

swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 19c538b7 Update CI clang workaround as per https://github.com/actions/runner-images/issues/8659#issuecomment-1853177960
19c538b7 is described below

commit 19c538b75258959cc41079d9ad97a5d814b2d0b2
Author: Stephen Webb <sw...@gmail.com>
AuthorDate: Wed Dec 20 10:39:36 2023 +1100

    Update CI clang workaround as per https://github.com/actions/runner-images/issues/8659#issuecomment-1853177960
---
 .github/workflows/log4cxx-ubuntu.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/log4cxx-ubuntu.yml b/.github/workflows/log4cxx-ubuntu.yml
index 318d762d..74a90329 100644
--- a/.github/workflows/log4cxx-ubuntu.yml
+++ b/.github/workflows/log4cxx-ubuntu.yml
@@ -80,10 +80,10 @@ jobs:
       if: |
         matrix.name=='ubuntu22-clang'
       run: |
-        echo "TEMPORARY WORKAROUND FOR GITHUB RUNNER BUG #8659\n\nRemoving GCC 13 as it breaks Clang14"
+        echo -e "TEMPORARY WORKAROUND FOR GITHUB RUNNER BUG #8659\n\nRemoving GCC 13 as it breaks Clang14"
         sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
         sudo apt-get update
-        sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.4 libc6-dev=2.35-0ubuntu3.4 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
+        sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
 
     - name: 'run cmake - posix'
       run: |