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=