devcontainer.yml is useless since
- It does not catch errors by restricted syscalls by seccomp
- Runs on Ubuntu 24.04 which is same with ubuntu-latest runner
Currently, we cannot catch regression for #8474 which depends on newer glibc.
So I suggest one of a
- updating to Ubuntu to 26.04 until ubuntu-latest was updated
- switch to some roling-release distribution
- drop the CI
devcontainer.ymlis useless sinceCurrently, we cannot catch regression for #8474 which depends on newer glibc.
So I suggest one of a