Revert "build: allow bazel build ... (#22168)"

This reverts commit 265ac8a106.
This commit is contained in:
Matias Niemelä 2018-02-14 20:41:12 -08:00
parent 831592c381
commit 0aa9b46b79
4 changed files with 1593 additions and 78 deletions

View File

@ -76,7 +76,7 @@ jobs:
# Use bazel query so that we explicitly ask for all buildable targets to be built as well
# This avoids waiting for a build command to finish before running the first test
# See https://github.com/bazelbuild/bazel/issues/4257
- run: bazel query --output=label //... | xargs bazel test
- run: bazel query --output=label '//modules/... union //packages/... union //tools/...' | xargs bazel test
# CircleCI will allow us to go back and view/download these artifacts from past builds.
# Also we can use a service like https://buildsize.org/ to automatically track binary size of these artifacts.

View File

@ -28,11 +28,6 @@ local_repository(
path = "node_modules/rxjs/src",
)
local_repository(
name = "bazel_integration_test",
path = "integration/bazel",
)
git_repository(
name = "com_github_bazelbuild_buildtools",
remote = "https://github.com/bazelbuild/buildtools.git",

View File

@ -63,6 +63,7 @@
"cors": "2.8.4",
"domino": "1.0.29",
"entities": "1.1.1",
"firebase-tools": "3.12.0",
"firefox-profile": "1.0.3",
"fs-extra": "4.0.2",
"glob": "7.1.2",
@ -85,7 +86,6 @@
"madge": "0.5.0",
"minimist": "1.2.0",
"node-uuid": "1.4.8",
"protobufjs": "5.0.0",
"protractor": "5.1.2",
"rewire": "2.5.2",
"rollup": "0.47.4",

1662
yarn.lock

File diff suppressed because it is too large Load Diff