-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Update bazel builder #29720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update bazel builder #29720
Conversation
@kyliau there seems to be a problem, because The same thing applies for test is throwing an error |
@alan-agius4 CI is green |
With this change the builder has been updated to use the latest architect API and make it compatable with the latest CLI Fixes angular/angular-cli#14082
Thanks @kyliau for your help |
With this change the builder has been updated to use the latest architect API and make it compatable with the latest CLI Fixes angular/angular-cli#14082 PR Close #29720
…9720) With this change the builder has been updated to use the latest architect API and make it compatable with the latest CLI Fixes angular/angular-cli#14082 PR Close angular#29720
…9720) With this change the builder has been updated to use the latest architect API and make it compatable with the latest CLI Fixes angular/angular-cli#14082 PR Close angular#29720
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
build: update angular cli packages to latest beta
feat(bazel): update the build to use the new architect api
With this change the builder has been updated to use the latest architect API and make it compatible with the latest CLI
Fixes angular/angular-cli#14082
refactor: use standard node resolution methods where possible
This aligns with the CLI as we'd like to use standard node resolutions when possible angular/angular-cli#14029
This also makes the builder run on windows