Conversation
132d5c3 to
d12cf5e
Compare
This is a workflow proposal for baselibs. It includes check, nightly and release verification. If approved, needs to be merged over internal mirror.
d12cf5e to
82cf739
Compare
|
Can we please move that to cicd-workflows (or parts)?! |
That PR looks outdated. We have helper script set already on main. Not sure why the PR is open. jobs:
build_host_x86-64_linux:
uses: /path/to/cicd_repo/docker-build.yml
with:
targets:
- "//path/to/target:1"
- "//path/to/target:2"
configs:
- "bl_x86-64_linux"
options: # for flags
- "-//path/to/flag"
exclude_targets:
- "//path/to/exclude/target:1"We already had this setup (similar) on PoC but due to time preasure we never migrate it to here. Docker build should provide more options like:
This PR is small step towards this since to make such workflow (generic one) is not weekend job. |
This is a workflow proposal for baselibs. It includes check, nightly and release verification. If approved, needs to be merged over internal mirror.