Open all2jeff opened 1 year ago
Sorry for late response, I had very little time recently.
I've looked into the issue but I'm unsure how to test if the fix works as I'm not entirely sure how to specify the dependency by git commit (it's seems to be impossible with bazel). I'm not really accustomed with bazel so the test will probably have to wait until next version of podman-api
is released.
EDIT:
The changes were made in containers-api
crate here
Thank you for your fix @vv9k! As you said, there seems to be no direct way to overwrite the dependency of a dependency from bazel rules. However, I managed to find a way to do it. And I'm happy to see that your fix worked. :)
Meanwhile, I'm looking forward to the next release for both crates 😃
podman version
on the command line: N/AI've been trying to use the podman-api crate in a Bazel workspace by using rules_rust but lots of building errors occurred by just importing it. I have created a repo to recreate the problem in a vscode dev container.
The errors seem to be related to how variables are been captured for formatting within macros like
impl_opts_builder
andimpl_opts_required_builder
. For example:Do you guys happen to know anything about what is going wrong here?