File tree Expand file tree Collapse file tree 3 files changed +0
-73
lines changed Expand file tree Collapse file tree 3 files changed +0
-73
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ yarn_install(
49
49
"//:tools/bazel/flat_module_factory_resolution.patch" ,
50
50
"//:tools/bazel/manifest_externs_hermeticity.patch" ,
51
51
"//:tools/bazel/postinstall-patches.js" ,
52
- "//:tools/bazel/rollup_windows_arguments.patch" ,
53
52
"//:tools/npm/check-npm.js" ,
54
53
],
55
54
package_json = "//:package.json" ,
Original file line number Diff line number Diff line change @@ -58,15 +58,6 @@ searchAndReplace(
58
58
` ,
59
59
'node_modules/@angular/compiler-cli/src/ngtsc/entry_point/src/logic.js' ) ;
60
60
61
- // Workaround for https://github.com/angular/angular/issues/32603.
62
- try {
63
- shelljs . cat ( path . join ( __dirname , './rollup_windows_arguments.patch' ) ) . exec ( 'patch -p0' ) ;
64
- } catch ( _ ) {
65
- // This is getting fixed in ng_rollup_bundle itself but due to the dependency sandwich
66
- // between this repo and the material-unit-test job in the angular repo we need to add
67
- // this try/catch here temporarily.
68
- }
69
-
70
61
// Workaround for: https://hackmd.io/MlqFp-yrSx-0mw4rD7dnQQ?both. We only want to discard
71
62
// the metadata of files in the bazel managed node modules. That way we keep the default
72
63
// behavior of ngc-wrapped except for dependencies between sources of the library. This makes
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments