bug(common): multiple targets are not supported for a single dependency in builder
Open
bug
ci
common/
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
```
builder_describe "Keystroke processing engine (all archs)" \
@/common/include \
@/core:x86 @/core:x64 \
clean configure build test publish install \
:x86 :x64
```
This didn't work: `core:x64` overrides `core:x86` in the deps.
Contributor guide
Assessment
This issue has not been assessed yet.