Skip to content

The github action has stopped working due to GLIBC requirement being too new #12

@iyefrat

Description

@iyefrat

When using the github action for this package, both the latest - uses: pkgxdev/dev@v1 and what I currently have on main - uses: pkgxdev/dev@5cc0705052d8106e04b226f0d12378ead487cdc5, the action fails to run with the following error:

Run pkgxdev/dev@v1
Run pkgxdev/setup@v2
fetching pkgx.sh^1…
/usr/bin/sudo /home/runner/work/_actions/pkgxdev/setup/v2/dist/out/installer.sh
installing: /usr/local/bin/pkgx
#=#=#                                                                         
######################################################################## 100.0%
pkgx: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by pkgx)
Error: Error: The process '/usr/bin/sudo' failed with exit code 1

It seems that the github actions environment has glibc 2.35. I'm running this on the following container:

    runs-on: x64-8v-32g

which is a standard ubuntu-22 linux x64 runner

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions