3 Commits

Author SHA1 Message Date
Krzesimir Nowak
7dbc2f3a4d build_dev_binpkgs: Fix getting a list of packages
The format of emerge output differs a bit, as it is missing the repo
name (which came after `::`).
2024-02-09 11:59:43 +01:00
Thilo Fromm
00a1ef9d28 build_dev_binpkgs: Limit scope of ROOT env var
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2023-12-18 19:13:33 +01:00
Thilo Fromm
6b106f82bd build_dev_binpkgs: Ensure adevcontainer binpkgs are built
This change introduces build_dev_binpkgs, a script to build binary
packages for all dependencies of the devcontainer. This works around an
issue with build_packages, which doesn't - leading to build issues with
the devcontainer later on. This particularly happens for more complex
builds with the devcontainer.

Additionally, a call to build_dev_binpkgs has been added to the package
publishing step in ci-automation before binary packages are published.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-12-18 19:12:21 +01:00