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
So the default_file is {rpm_name}.rpm where rpm_name is package_name, and output_file generates a file {package_file_name}, and it will cause the conflict.
The text was updated successfully, but these errors were encountered:
When
package_file_name = ${package_name}.rpm
, the rule will fail:relevant callsites:
rules_pkg/pkg/rpm_pfg.bzl
Lines 492 to 497 in 12fed4b
rules_pkg/pkg/rpm_pfg.bzl
Lines 701 to 705 in 12fed4b
So the
default_file
is{rpm_name}.rpm
whererpm_name
ispackage_name
, andoutput_file
generates a file{package_file_name}
, and it will cause the conflict.The text was updated successfully, but these errors were encountered: