2 Commits

Author SHA1 Message Date
Thilo Fromm
d8e5416b33 build_dev_binpkgs: Limit scope of ROOT env var
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2023-12-18 19:20:12 +01:00
Thilo Fromm
e5f6623119 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:20:12 +01:00