cos_kdump_debugger: Use rocky and crash 8.0.6

We need crash 8.0.6+ to load dumps from the 6.12 kernel. Ubuntu 24
only has crash 8.0.4, so we use rocky instead, which has version 8.0.6.

The more obvious option to build from source is too slow in cloud build
due to the lack of arm builder support.

BUG=b/415428279
TEST=presubmit, build container and load a crash from the 6.12 kernel
RELEASE_NOTE=None

Change-Id: I90dc3e21a2bbd253929f20266e03d545dc2e3366
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/105651
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Kevin Berry <kpberry@google.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
2 files changed
tree: 3d89b2b457b4b93c44cdb7393e38ed2a926ff776
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. postsubmit-cloudbuild.yaml
  14. README.md
  15. run_builds.sh
  16. run_unit_tests.sh
  17. 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.