Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 555725116
  • Loading branch information
SiliFuzz Team authored and copybara-github committed Aug 11, 2023
1 parent f2c453f commit 5767d57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ licenses(["notice"])

DISABLE_ARM_TAGS = [
"not_build:arm",
"not_test:arm",
"not_run:arm",
]

cc_library(
Expand Down
2 changes: 1 addition & 1 deletion runner/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ licenses(["notice"])

DISABLE_ARM_TAGS = [
"not_build:arm",
"not_test:arm",
"not_run:arm",
]

cc_library_plus_nolibc(
Expand Down
2 changes: 1 addition & 1 deletion runner/driver/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ licenses(["notice"])

DISABLE_ARM_TAGS = [
"not_build:arm",
"not_test:arm",
"not_run:arm",
]

cc_library(
Expand Down
2 changes: 1 addition & 1 deletion util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ licenses(["notice"])

DISABLE_ARM_TAGS = [
"not_build:arm",
"not_test:arm",
"not_run:arm",
]

bzl_library(
Expand Down
2 changes: 1 addition & 1 deletion util/ucontext/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ licenses(["notice"])

DISABLE_ARM_TAGS = [
"not_build:arm",
"not_test:arm",
"not_run:arm",
]

cc_library_plus_nolibc(
Expand Down

0 comments on commit 5767d57

Please sign in to comment.