mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 14:31:46 +01:00
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:
parent
9fe7006812
commit
6536b2cf3d
@ -61,7 +61,10 @@ function package_info_for_sdk() {
|
|||||||
root='/'
|
root='/'
|
||||||
|
|
||||||
ignore_crossdev_stuff "${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}"
|
revert_crossdev_stuff "${root}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user