build: rename the ivy compile mode 'local' to 'aot' (#26686)

PR Close #26686
This commit is contained in:
Igor Minar
2018-10-23 09:54:12 -07:00
committed by Alex Rickabaugh
parent a012ffbd5b
commit cace4dea64
35 changed files with 59 additions and 63 deletions

View File

@ -61,7 +61,4 @@ buildTargetPackages "$BAZEL_TARGETS" "dist/packages-dist" "legacy" "Production"
|| "${CI_REPO_NAME-}" != "angular"
]] && exit 0
# A clean is needed since build artifacts from previous build can break the following build
bazel clean
buildTargetPackages "$BAZEL_TARGETS" "dist/packages-dist-ivy-local" "local" "Ivy AOT"
buildTargetPackages "$BAZEL_TARGETS" "dist/packages-dist-ivy-aot" "aot" "Ivy AOT"