Add toolchain info when building a kernel package

In order to use kernel CI's artifacts with the matching
toolchain the toolchain information (download source and env)
needs to be provided to a consumer too. Add two files,
toolchain_url and toolchain_env, when building a kernel
package. The CI script later can save them to the respective GCS
bucket.

BUG=b/224985283

Change-Id: I2563352b1c3abda50ec37524fc281337f6d6cbbe
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/35029
Tested-by: Oleksandr Tymoshenko <ovt@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Meena Shanmugam <meenashanmugam@google.com>
1 file changed
tree: 6f00314c541c4b71b890e1fc532a90c98c2ce1dd
  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.