]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip fips140test in exe mode on Android
authorCherry Mui <cherryyz@google.com>
Wed, 18 Dec 2024 16:28:18 +0000 (11:28 -0500)
committerCherry Mui <cherryyz@google.com>
Thu, 19 Dec 2024 04:48:37 +0000 (20:48 -0800)
commit4f0561f9d354233787de7aa9eff8119a2d4cd5c6
tree325a8608692ad1bf59c8db34bfa8def5f6027333
parent87dbfb9fa73c335fd0014445bd34135365c21b84
cmd/dist: skip fips140test in exe mode on Android

Android does not support non-PIE linking. Skip the test.

Change-Id: I53071538c82f1e1f96eed1a2619f92eacd18d263
Reviewed-on: https://go-review.googlesource.com/c/go/+/637495
Run-TryBot: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/test.go