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
@ -25,7 +25,7 @@ jasmine_node_test(
|
||||
"@ngdeps//shelljs",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
)
|
||||
|
@ -33,5 +33,5 @@ jasmine_node_test(
|
||||
"//packages/bazel/test/ngc-wrapped/empty:tsconfig.json",
|
||||
"@build_bazel_rules_typescript//third_party/github.com/bazelbuild/bazel/src/main/protobuf:worker_protocol.proto",
|
||||
],
|
||||
tags = ["fixme-ivy-local"],
|
||||
tags = ["fixme-ivy-aot"],
|
||||
)
|
||||
|
@ -5,7 +5,7 @@ package(default_visibility = ["//packages/bazel/test:__subpackages__"])
|
||||
ng_module(
|
||||
name = "empty",
|
||||
srcs = ["empty.ts"],
|
||||
tags = ["fixme-ivy-local"],
|
||||
tags = ["fixme-ivy-aot"],
|
||||
tsconfig = ":tsconfig.json",
|
||||
deps = [
|
||||
"//packages/core",
|
||||
|
Reference in New Issue
Block a user