-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Ubuntu 22.04 on WSL
$ cargo binstall wkg
INFO resolve: Resolving package: 'wkg'
WARN The package wkg v0.10.0 (x86_64-unknown-linux-gnu) has been downloaded from github.com
INFO This will install the following binaries:
INFO - wkg => /home/ivan/.cargo/bin/wkg
Do you wish to continue? [yes]/no
? y
INFO Installing binaries...
INFO Done in 11.849098729s
13:54 $ wkg --version
wkg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by wkg)
wkg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by wkg)
I think this is because wkg
builds on ubuntu-latest
which causes it to inherit the most recent version of libc. Please be kind to us non-bleeding edge folks and build on the oldest supported version instead!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working