[tests] Disable cgo

cgo builds depend on gcc, which is no longer ambiently installed on
infra Linux machines.

Bug: 127321
Change-Id: I84c599df6f7466a9cbb8550d5daf5fbea613daf9
Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/shac/+/857957
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
Reviewed-by: Nathan Mulcahey <nmulcahey@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
2 files changed
tree: 2bb1c98a72efb26b9b970d41b909b55c5d2847fe
  1. .github/
  2. doc/
  3. internal/
  4. scripts/
  5. .gitignore
  6. AUTHORS
  7. check_doc.star
  8. codecov.yml
  9. CONTRIBUTING.md
  10. go.mod
  11. go.star
  12. go.sum
  13. LICENSE
  14. licenses.star
  15. main.go
  16. OWNERS
  17. PATENTS
  18. README.md
  19. shac.star
  20. shac.textproto
README.md

shac

Scalable Hermetic Analysis and Checks.

Usage

go install go.fuchsia.dev/shac-project/shac@latest
shac check
shac doc shac.star | less

Documentation

Contributing

⚠ The source of truth is at https://fuchsia.googlesource.com/shac-project/shac.git and uses Gerrit for code review.

See CONTRIBUTING.md to submit changes.