build: rename the ivy compile mode 'local' to 'aot' (#26686)
PR Close #26686
This commit is contained in:

committed by
Alex Rickabaugh

parent
a012ffbd5b
commit
cace4dea64
@ -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"
|
||||
|
Reference in New Issue
Block a user