Skip to content

Commit

Permalink
Bump glibc version (#20)
Browse files Browse the repository at this point in the history
* Bump glibc version
  • Loading branch information
Yethal authored Aug 9, 2024
1 parent b0ec54b commit de377b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
os:
- ubuntu-latest
distro:
- ubuntu2204
- centos8
- ubuntu2004
- ubuntu2404
scenario: ${{ fromJson(needs.lint.outputs.tests) }}
include:
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
block:
- name: Get libc version
ansible.builtin.shell:
cmd: "set -eu && ldd --version|grep ldd|cut -f4 -d ' '"
cmd: "set -eu && ldd --version|grep ldd|cut -f5 -d ' '"
executable: /bin/sh
register: libc
changed_when: false
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
nushell_config_path: "{{ 'Library/Application Support/nushell' if ansible_system == 'Darwin' else '.config/nushell' }}"
releases_endpoint: https://api.github.com/repos/nushell/nushell/releases
min_glibc_version: '2.29'
min_glibc_version: '2.32'
arch_map:
arm64: aarch64
armhf: armv7

0 comments on commit de377b4

Please sign in to comment.