From 572fd7a79ac759ee3056987d98f59f342cacd976 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 8 Nov 2018 18:50:49 +0100 Subject: [PATCH] build(ivy): remove the remains of ivy-jit mode (#27278) This stuff is obsolete and shouldn't be here because we removed the JIT mode on CI. PR Close #27278 --- .bazelrc | 2 +- .circleci/config.yml | 1 - docs/BAZEL.md | 3 --- packages/router/test/aot_ngsummary_test/BUILD.bazel | 1 - tools/public_api_guard/public_api_guard.bzl | 1 - 5 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.bazelrc b/.bazelrc index a17edc0baf..713d691080 100644 --- a/.bazelrc +++ b/.bazelrc @@ -61,6 +61,6 @@ test --experimental_ui ################################ # Temporary Settings for Ivy # ################################ -# to determine if the compiler used should be Ivy or ViewEngine one can use `--define=compile=local` on +# to determine if the compiler used should be Ivy or ViewEngine one can use `--define=compile=aot` on # any bazel target. This is a temporary flag until codebase is permanently switched to Ivy. build --define=compile=legacy diff --git a/.circleci/config.yml b/.circleci/config.yml index dcb15d4721..00a2039e91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -321,7 +321,6 @@ jobs: root: dist paths: - packages-dist - - packages-dist-ivy-jit - packages-dist-ivy-aot # We run the integration tests outside of Bazel for now. diff --git a/docs/BAZEL.md b/docs/BAZEL.md index 30b751bbb6..91e51e348a 100644 --- a/docs/BAZEL.md +++ b/docs/BAZEL.md @@ -65,14 +65,11 @@ See also: [`//.bazelrc`](https://github.com/angular/angular/blob/master/.bazelrc - `--test_arg=--node_options=--inspect=9228`: change the inspector port. - `--define=compile=