Remove unused trunk and asan linux packages
Now that we're planning on building the linux packages on the CQ, it's
best to have only 6 packages built instead of 10. This CL removes the
"trunk" and "asan" packages, which are currently unused. Code search
shows no results for "linux:trunk", "linux:asan", "trunk*deb",
"asan*deb", "trunk*rpm", or "asan*rpm".
BUG=758654
[email protected]
Change-Id: Ibc620f766b6aae0f6b62872df79e949a2221d155
Reviewed-on: https://chromium-review.googlesource.com/646432
Commit-Queue: Thomas Anderson <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Reviewed-by: Alexander Potapenko <[email protected]>
Cr-Commit-Position: refs/heads/master@{#499744}
diff --git a/chrome/installer/linux/BUILD.gn b/chrome/installer/linux/BUILD.gn
index a41ff974e..452d6237 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -102,8 +102,7 @@
# The bot setup is to build stable, unstable, and beta packages for the current
# build. Then a later step picks up the package corresponding to what the
# current build is supposed to be. This is wasteful since one build will only
-# be one of these. This build file also has targets for trunk and possibly asan
-# installers.
+# be one of these.
#
# TODO it would be much nicer to have a build variable so the bot can tell us
# what the current build should be, so we only have to make one .deb/.rpm pair.
@@ -398,14 +397,3 @@
linux_package("unstable") {
channel = "unstable"
}
-
-# Other packages that we support that aren't included in the default "linux"
-# target.
-linux_package("trunk") {
- channel = "trunk"
-}
-if (is_asan) {
- linux_package("asan") {
- channel = "asan"
- }
-}