rmohr / bazeldnf

Build multi-arch base containers based on RPM with bazel.
Apache License 2.0
30 stars 18 forks source link

rpm2tar: traverse symlinks in sorted key order #59

Closed malt3 closed 1 year ago

malt3 commented 1 year ago

Fixes #58

malt3 commented 1 year ago

I'd like to test this on our monorepo first but unsure how to do so now that the rules references prebuilt binaries (instead of building them from sources). That being said, I'm quite confident that this works.

EDIT: I created a pre-release on my fork that allows me to test this and even allows me to already use this in my teams project.

rmohr commented 1 year ago

Perfect. Thanks! I think in general the best I have, is to directly checking out this repo and testing it on the foreign project (without importing or replacing it there).

Thanks a lot! I will think about making testing easier from a direct checkout.

rmohr commented 1 year ago

Prerelease is out: https://github.com/rmohr/bazeldnf/releases/tag/v0.5.7-rc1

malt3 commented 1 year ago

Prerelease is out: https://github.com/rmohr/bazeldnf/releases/tag/v0.5.7-rc1

Thanks! I'll give it a try.

EDIT: works on our code base