You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support relocatable rpmbuild by adding data attribute to the toolchain
rpmbuild ships with runtime configuration files (lib/rpm/) that must be
present for it to successfully build RPMs. When running under remote
execution, these files were not being staged because the toolchain had
no way to declare them as dependencies.
Add a `data` attribute to `rpmbuild_toolchain` so that runtime files
can be specified alongside the rpmbuild binary. These files are
propagated through `RpmbuildInfo` and included as inputs to the MakeRpm
action in `pkg_rpm`.
0 commit comments