commit | 51f3690a9c8605fe586c04b019fb5fb5843074dd | [log] [tgz] |
---|---|---|
author | Oliver Newman <olivernewman@google.com> | Thu May 04 16:49:09 2023 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 04 16:49:09 2023 +0000 |
tree | 5de254744a2731cb8a9e425cf2a538b8da337144 | |
parent | 0d5a4d388db613f6260cf900129f2bbac53aeb2d [diff] |
Fix linux-arm64 build `GOOS=linux GOARCH=arm64 go build .` was broken because both `nsjail_other.go` and `nsjail_linuxarm64.go` declare the same symbol. I forgot to add a `!arm64` clause to `nsjail_other.go` when introducing `njail_linuxarm64.go`. Change-Id: I4343f64dc06f13b7e58a04e42f32b55021dff6a0 Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/shac/+/852277 Reviewed-by: Marc-Antoine Ruel <maruel@google.com> Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Scalable Hermetic Analysis and Checks.
go install go.fuchsia.dev/shac-project/shac@latest shac check shac doc shac.star | less
⚠ 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.