Commit 8f2e852
authored
Remove target constraint (#3879)
Because `rules_js` 3.x started consuming the runtime toolchain, this
constraint is no longer needed. It is in fact problematic now because it
prevents building multi-platform images.
See:
#3854
aspect-build/rules_js#2499
## PR Checklist
Please check if your PR fulfills the following requirements:
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been added / updated (for bug fixes / features)
## PR Type
What kind of change does this PR introduce?
- [x] Bugfix
- [ ] Feature (please, look at the "Scope of the project" section in the
README.md file)
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or
link to a relevant issue. -->
Issue Number: #3854
## What is the new behavior?
## Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this PR contains a breaking change, please describe the impact
and migration path for existing applications below. -->
## Other information
Slack: https://bazelbuild.slack.com/archives/CEZUUKQ6P/p17631675470135791 parent b329866 commit 8f2e852
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
0 commit comments