Cannot use 1.0.46 copilot-cli in Ubuntu System with GLIBC_2.33
- Dominant language
- Shell
- Stars
- 11.2k
- Forks
- 1.9k
- Avg merge
- 14h 16m
- Merged PRs (30d)
- 6
Description
### Describe the bug
After upgrade to 1.0.46 version Error occurs. After debugging, we found that it relates to system env
```
~/.cache/copilot/pkg/universal/*/native/runtime/runtime.linux-x64-gnu.node 2>&1 | head -8
/home/XXXXX/.cache/copilot/pkg/universal/1.0.46/native/runtime/runtime.linux-x64-gnu.node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/XXXXX/.cache/copilot/pkg/universal/1.0.46/native/runtime/runtime.linux-x64-gnu.node)
/home/XXXXX/.cache/copilot/pkg/universal/1.0.46/native/runtime/runtime.linux-x64-gnu.node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/XXXXX/.cache/copilot/pkg/universal/1.0.46/native/runtime/runtime.linux-x64-gnu.node)
linux-vdso.so.1 (0x00007fff59759000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f69193e5000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6919296000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f69190a4000)
/lib64/ld-linux-x86-64.so.2 (0x00007f6919b8d000)
```
Finding: version `GLIBC_2.33` not found
### Affected version
_No response_
### Steps to reproduce the behavior
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.