|
26 | 26 | "phase_library_for_plugin_bootstrapping_collect_jars", |
27 | 27 | "phase_library_for_plugin_bootstrapping_compile", |
28 | 28 | "phase_library_runfiles", |
29 | | - "phase_library_scala_provider", |
30 | 29 | "phase_macro_library_collect_jars", |
31 | 30 | "phase_macro_library_compile", |
32 | 31 | "phase_merge_jars", |
@@ -67,7 +66,6 @@ def _scala_library_impl(ctx): |
67 | 66 | ("merge_jars", phase_merge_jars), |
68 | 67 | ("runfiles", phase_library_runfiles), |
69 | 68 | ("collect_exports_jars", phase_collect_exports_jars), |
70 | | - ("scala_provider", phase_library_scala_provider), |
71 | 69 | ], |
72 | 70 | # fixed phase |
73 | 71 | ("final", phase_library_final), |
@@ -145,7 +143,6 @@ def _scala_library_for_plugin_bootstrapping_impl(ctx): |
145 | 143 | ("merge_jars", phase_merge_jars), |
146 | 144 | ("runfiles", phase_library_runfiles), |
147 | 145 | ("collect_exports_jars", phase_collect_exports_jars), |
148 | | - ("scala_provider", phase_library_scala_provider), |
149 | 146 | ], |
150 | 147 | # fixed phase |
151 | 148 | ("final", phase_library_final), |
@@ -202,7 +199,6 @@ def _scala_macro_library_impl(ctx): |
202 | 199 | ("merge_jars", phase_merge_jars), |
203 | 200 | ("runfiles", phase_library_runfiles), |
204 | 201 | ("collect_exports_jars", phase_collect_exports_jars), |
205 | | - ("scala_provider", phase_library_scala_provider), |
206 | 202 | ], |
207 | 203 | # fixed phase |
208 | 204 | ("final", phase_library_final), |
|
0 commit comments