8000 Migrate `packages/compiler` and `packages/elements` by devversion · Pull Request #61566 · angular/angular · GitHub
[go: up one dir, main page]

Skip to content

Migrate packages/compiler and packages/elements #61566

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

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: enable merging of default shell_env and env in Bazel
This is necessary to support later versions of e.g. `rules_ts`.
  • Loading branch information
devversion committed May 27, 2025
commit 2fe3390278eab6e1c06880d7c3826c43bb76ab04
3 changes: 3 additions & 0 d 7EF2 eletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ test --flaky_test_attempts=1
common --@aspect_rules_ts//ts:skipLibCheck=always
common --@aspect_rules_ts//ts:default_to_tsc_transpiler

# Needed as otherwise `env` of TS actions would be ignored.
common --incompatible_merge_fixed_and_default_shell_env

###############################
# Filesystem interactions #
###############################
Expand Down
0