Skip to content

Commit

Permalink
Try to install any libc and libstd versions
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 14, 2024
1 parent a01bf76 commit 22da93e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
# if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Install system dependencies
Expand Down
4 changes: 2 additions & 2 deletions tools/install-sys-dependencies-linux
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -e

# Downgrade libc to temporarily fix https://github.com/actions/runner-images/issues/8659
if [[ "$1" == "ci" ]]; then
LIBSTD_PACKAGE_VERSION="12.3.0-1ubuntu1~22.04"
LIBSTD_PACKAGE_VERSION="12.3.0-*"
# Bump this version if the CI has been broken due to the packages update.
LIBC_PACKAGE_VERSION="2.35-0ubuntu3.9"
LIBC_PACKAGE_VERSION="2.35-*"

echo "Remove GCC 13 from runner image - runner-images/8659 workaround"
echo "NOTE: Bump $LIBC_PACKAGE_VERSION version if the CI has been broken due to the packages update"
Expand Down

0 comments on commit 22da93e

Please sign in to comment.