build(ivy): remove the remains of ivy-jit mode (#27278)

This stuff is obsolete and shouldn't be here because we removed the JIT mode on CI.

PR Close #27278
This commit is contained in:
Igor Minar
2018-11-08 18:50:49 +01:00
committed by Jason Aden
parent 04f902fca5
commit 572fd7a79a
5 changed files with 1 additions and 7 deletions

View File

@ -28,6 +28,5 @@ def generate_targets(golden_files):
golden = "angular/tools/public_api_guard/%s" % golden_file,
tags = [
"fixme-ivy-aot", # ivy no longer emits generated index file
"no-ivy-jit", # we will not ship JIT compiled packages to npm
],
)