build: rename the ivy compile mode 'local' to 'aot' (#26686)
PR Close #26686
This commit is contained in:
@ -43,7 +43,7 @@ jasmine_node_test(
|
||||
"//packages/core:npm_package",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
@ -81,7 +81,7 @@ jasmine_node_test(
|
||||
"//packages/router:npm_package",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
@ -116,7 +116,7 @@ jasmine_node_test(
|
||||
"//packages/router:npm_package",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
|
@ -1,3 +1,3 @@
|
||||
Tests in this directory should be run with:
|
||||
|
||||
bazel test --define=compile=local packages/compiler-cli/test/compliance:compliance
|
||||
bazel test --define=compile=aot packages/compiler-cli/test/compliance:compliance
|
||||
|
@ -38,7 +38,7 @@ jasmine_node_test(
|
||||
"//packages/core:npm_package",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
@ -72,7 +72,7 @@ jasmine_node_test(
|
||||
"//packages/forms:npm_package",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
|
@ -26,7 +26,7 @@ jasmine_node_test(
|
||||
"//packages/router:npm_package",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-local",
|
||||
"fixme-ivy-aot",
|
||||
"no-ivy-jit",
|
||||
],
|
||||
deps = [
|
||||
|
Reference in New Issue
Block a user