Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tar2files bazel integration #66

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Fix tar2files bazel integration #66

merged 1 commit into from
Dec 12, 2023

Commits on Nov 14, 2023

  1. Fix tar2files bazel integration

    The names that are passed to bazeldnf need to include the
    directory part too, otherwise having two files with the same
    name in different paths triggers a failure:
    
      + bazel run --config x86_64 //rpm:sandbox_s390x
      ...
      Error in _tar2files: generated file 'cc-toolchain_s390x/errno.h'
      in rule 'cc-toolchain_s390x/usr/include/asm' conflicts with
      existing generated file from rule 'cc-toolchain_s390x/usr/include'
    
    Signed-off-by: Andrea Bolognani <[email protected]>
    andreabolognani committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5b26a65 View commit details
    Browse the repository at this point in the history