Internal infra change
PiperOrigin-RevId: 355643731 Change-Id: Ie4b8a8179c22382b4b179223229f1afb1754cdcc
This commit is contained in:
parent
5eb029f68e
commit
f5b44bd8cb
@ -108,11 +108,13 @@ ios_static_framework(
|
||||
|
||||
build_test(
|
||||
name = "framework_build_test",
|
||||
# build_test targets are not meant to be run with sanitizers.
|
||||
# build_test targets are not meant to be run with sanitizers, and can also
|
||||
# cause problems with coverage testing.
|
||||
tags = [
|
||||
"noasan",
|
||||
"nomsan",
|
||||
"notsan",
|
||||
"nozapfhahn",
|
||||
],
|
||||
targets = [
|
||||
":TestTensorFlowLiteSelectTfOps_framework",
|
||||
|
Loading…
Reference in New Issue
Block a user