mirror of
https://github.com/google/go-attestation.git
synced 2024-12-18 20:47:57 +00:00
attest: fix OSS-Fuzz build (#278)
This commit is contained in:
parent
f1ff544e51
commit
50e72a4743
@ -12,10 +12,10 @@
|
||||
// License for the specific language governing permissions and limitations under
|
||||
// the License.
|
||||
|
||||
//go:build (!localtest || !tpm12) && linux && cgo
|
||||
//go:build (!localtest || !tpm12) && cgo && !gofuzz
|
||||
// +build !localtest !tpm12
|
||||
// +build linux
|
||||
// +build cgo
|
||||
// +build !gofuzz
|
||||
|
||||
// NOTE: simulator requires cgo, hence the build tag.
|
||||
|
||||
|
@ -12,9 +12,10 @@
|
||||
// License for the specific language governing permissions and limitations under
|
||||
// the License.
|
||||
|
||||
//go:build (!localtest || !tpm12) && cgo
|
||||
//go:build (!localtest || !tpm12) && cgo && !gofuzz
|
||||
// +build !localtest !tpm12
|
||||
// +build cgo
|
||||
// +build !gofuzz
|
||||
|
||||
// NOTE: simulator requires cgo, hence the build tag.
|
||||
|
||||
|
@ -12,10 +12,10 @@
|
||||
// License for the specific language governing permissions and limitations under
|
||||
// the License.
|
||||
|
||||
//go:build (!localtest || !tpm12) && linux && cgo
|
||||
//go:build (!localtest || !tpm12) && cgo && !gofuzz
|
||||
// +build !localtest !tpm12
|
||||
// +build linux
|
||||
// +build cgo
|
||||
// +build !gofuzz
|
||||
|
||||
package attest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user