Skip to content

Commit

Permalink
[ci] Manually run workaround for 8659 in dependency step, update vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
claywar committed Dec 16, 2023
1 parent 84398a8 commit 2d8210d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
Sanity_Checks:
runs-on: ubuntu-22.04
steps:
# workaround for broken clang on ubuntu runner until fixed: https://github.com/actions/runner-images/issues/8659
- uses: mjp41/workaround8649@7929373c0fe5caf844d8115adccef39e3b5362e7
with:
os: ubuntu-22.04
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Dependencies
run: |
# workaround for broken clang on ubuntu runner until fixed: https://github.com/actions/runner-images/issues/8659
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.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
# https://mariadb.com/docs/connect/programming-languages/c/install/#connector-c-install-repo-configure-cs
# Ubuntu is using an old libmariadb but python3 pip expects it to be newer. Use the mariadb provided deb packages.
wget -P /tmp/ https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
Expand Down

0 comments on commit 2d8210d

Please sign in to comment.