cos-kernel-kdev: fix the module build on M101

After last upgrade to the latest CrOS chroot version, the module
build stopped working because fixdep tool bundled with the headers
package now requires GLIBC_2.33 symbols.

Version 21.10 was picked because the 22.04 LTS includes clone3 syscall
that is not handled by the defaul seccomp profile in older Docker
versions: https://github.com/moby/moby/pull/42681

Change-Id: Ib44d20a4d1e47198052d8d9a0817801f40c26aa1
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/33320
Reviewed-by: Meena Shanmugam <meenashanmugam@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Oleksandr Tymoshenko <ovt@google.com>
1 file changed
tree: 9761471bc85f83833060fd5d54decadcd67f67e0
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.