mirror of
https://github.com/google/go-attestation.git
synced 2024-12-19 04:57:59 +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
|
// License for the specific language governing permissions and limitations under
|
||||||
// the License.
|
// the License.
|
||||||
|
|
||||||
//go:build (!localtest || !tpm12) && linux && cgo
|
//go:build (!localtest || !tpm12) && cgo && !gofuzz
|
||||||
// +build !localtest !tpm12
|
// +build !localtest !tpm12
|
||||||
// +build linux
|
|
||||||
// +build cgo
|
// +build cgo
|
||||||
|
// +build !gofuzz
|
||||||
|
|
||||||
// NOTE: simulator requires cgo, hence the build tag.
|
// NOTE: simulator requires cgo, hence the build tag.
|
||||||
|
|
||||||
|
@ -12,9 +12,10 @@
|
|||||||
// License for the specific language governing permissions and limitations under
|
// License for the specific language governing permissions and limitations under
|
||||||
// the License.
|
// the License.
|
||||||
|
|
||||||
//go:build (!localtest || !tpm12) && cgo
|
//go:build (!localtest || !tpm12) && cgo && !gofuzz
|
||||||
// +build !localtest !tpm12
|
// +build !localtest !tpm12
|
||||||
// +build cgo
|
// +build cgo
|
||||||
|
// +build !gofuzz
|
||||||
|
|
||||||
// NOTE: simulator requires cgo, hence the build tag.
|
// NOTE: simulator requires cgo, hence the build tag.
|
||||||
|
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
// License for the specific language governing permissions and limitations under
|
// License for the specific language governing permissions and limitations under
|
||||||
// the License.
|
// the License.
|
||||||
|
|
||||||
//go:build (!localtest || !tpm12) && linux && cgo
|
//go:build (!localtest || !tpm12) && cgo && !gofuzz
|
||||||
// +build !localtest !tpm12
|
// +build !localtest !tpm12
|
||||||
// +build linux
|
|
||||||
// +build cgo
|
// +build cgo
|
||||||
|
// +build !gofuzz
|
||||||
|
|
||||||
package attest
|
package attest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user