Closed hatoo closed 7 months ago
Hi, thanks for reporting! Is this on Linux? It's weird that in tests the config parameter worked fine. I will try to take a look ASAP, in the meantime you can try RUSTFLAGS="" cargo pgo ...
as a hotfix.
I've observed on Linux and arm mac.
You can see more log in my GitHub action log https://github.com/hatoo/oha-release-test/actions/runs/8518075678/job/23329605348 https://github.com/hatoo/oha-release-test/tree/1.4.5
No rush, because I can use v0.2.6.
Ooh, I see, we're passing the arguments to the final binary, instead to cargo.
Please try if this version works for you:
$ cargo install --git https://github.com/kobzol/cargo-pgo --branch fix-config-args
Thank you, it works
Thank you for confirming.
Published v0.2.8
with the fix.
In my project, I use
cargo pgo
like thisIt had run without issue in v0.2.6 but fails in v0.2.7 due to
--config
argument