pkg-auto: Emerge dev-lang/rust for SDK reports

The coreos-devel/sdk-depends is a metapackage that is emerged in
stage4 of the catalyst SDK build. But the fsscript that is being run
at the end of the stage4 build also pulls in dev-lang/rust package.
Thus pull both packages for the report.

This should result in updated dev-lang/rust to appear in the reports.
This commit is contained in:
Krzesimir Nowak 2025-01-15 17:23:23 +01:00
parent 9fe7006812
commit 6536b2cf3d

View File

@ -61,7 +61,10 @@ function package_info_for_sdk() {
root='/'
ignore_crossdev_stuff "${root}"
emerge_pretend "${root}" coreos-devel/sdk-depends
# stage4 build of SDK builds coreos-devel/sdk-depends, fsscript
# pulls in cross toolchains with crossdev (which we have just
# ignored) and dev-lang/rust
emerge_pretend "${root}" coreos-devel/sdk-depends dev-lang/rust
revert_crossdev_stuff "${root}"
}