aboutsummaryrefslogtreecommitdiff
path: root/test_defs.bzl
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2019-06-17 15:01:26 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-06-19 21:29:39 -0400
commited3da40619ead19f75e10b38ed3dcb2ff8373054 (patch)
treea6e0189304188f0a28f3247dd123641e95696447 /test_defs.bzl
parentabf014477f368abd6fe72e79d311c1b2a1af7049 (diff)
downloaddagger2-ed3da40619ead19f75e10b38ed3dcb2ff8373054.tar.gz
Remove experimentalAheadOfTimeSubcomponents
We haven't found this to be effective on any of our larger projects, and we are going to focus our efforts on other build performance improvements. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=253668388
Diffstat (limited to 'test_defs.bzl')
-rw-r--r--test_defs.bzl9
1 files changed, 0 insertions, 9 deletions
diff --git a/test_defs.bzl b/test_defs.bzl
index 15ab299f3..f4aca57b7 100644
--- a/test_defs.bzl
+++ b/test_defs.bzl
@@ -17,15 +17,6 @@
# The key will be appended to the generated test names to ensure uniqueness.
BUILD_VARIANTS = {
"FastInit": ["-Adagger.fastInit=enabled"],
- "AheadOfTimeSubcomponents": ["-Adagger.experimentalAheadOfTimeSubcomponents=enabled"],
- "FastInitAndAheadOfTimeSubcomponents": [
- "-Adagger.fastInit=enabled",
- "-Adagger.experimentalAheadOfTimeSubcomponents=enabled",
- ],
- "AheadOfTimeSubcomponents_ForceUseSerializedComponentImplementations": [
- "-Adagger.experimentalAheadOfTimeSubcomponents=enabled",
- "-Adagger.forceUseSerializedComponentImplementations=enabled",
- ],
}
# TODO(ronshapiro): convert this to use bazel_common