Skip to content

Commit 1e8fae5

Browse files
[CI/Linux]: Bump libc6 downgrade version (trustwallet#3600)
1 parent f94adf5 commit 1e8fae5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/linux-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.event.pull_request.draft == false
1717
steps:
18+
# Work around https://github.com/actions/runner-images/issues/8659
1819
- name: Remove GCC 13 from runner image
1920
shell: bash
2021
run: |
2122
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
2223
sudo apt-get update
23-
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
24+
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
2425
- uses: actions/checkout@v3
2526
- name: Install system dependencies
2627
run: |

.github/workflows/linux-sampleapp-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.event.pull_request.draft == false
1717
steps:
18+
# Work around https://github.com/actions/runner-images/issues/8659
1819
- name: Remove GCC 13 from runner image
1920
shell: bash
2021
run: |
2122
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
2223
sudo apt-get update
23-
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
24+
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
2425
- uses: actions/checkout@v3
2526
- name: Install system dependencies
2627
run: |

0 commit comments

Comments
 (0)