Latest builds must rely on Glibc 2.39b
The latest version of the Github Action build doesn't work in my OpenSUS 15.6, suggesting that GlibC 2.39 is required.
```
❯ ldd --version
ldd (GNU libc) 2.38
Copyright (C) 2023 自由软件基金会。
这是一个自由软件;请见源代码的授权条款。本软件不含任何没有担保;甚至不保证适销性
或者适合某些特殊目的。
由 Roland McGrath 和 Ulrich Drepper 编写。
❯ /home/huang/Downloads/lan-mouse --version
/home/huang/Downloads/lan-mouse: /lib64/libc.so.6: version `GLIBC_2.39' not found (required by /home/huang/Downloads/lan-mouse)
```
If there are no strong dependencies, I would like to lower the GlibC version requirement to improve compatibility.
4 条评论