You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the bug
╭── ~
╰────▶ slight
slight: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by slight) slight: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by slight)
slight: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by slight)
To Reproduce
the "unix" installation instructions. "unix?"
I believe this is caused by us building the slight binary on the update-to-date Linux so it requires GLIBC_2.32. I am not sure what's the best practices here, but here are a few suggestions
build the binary on various versions of GLIBC on CI/CD pipelines
Description of the bug
╭── ~
╰────▶ slight
slight: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by slight) slight: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by slight)slight: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by slight)
To Reproduce
the "unix" installation instructions. "unix?"
╭── ~
╰────▶ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/deislabs/spiderlightning/main/install.sh)"
Additional context
╭── ~
╰────▶ uname -a
Linux 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Li
The text was updated successfully, but these errors were encountered: