Replies: 2 comments 5 replies
-
Strip the binary, it probably contains paths/compilation strings that change on each run. |
Beta Was this translation helpful? Give feedback.
4 replies
-
We did not put any effort in making Feel free to experiment if you want it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a wheel with:
maturin build -m Cargo.toml --no-sdist --release --strip --manylinux 2_24 -i /opt/python/cp38-cp38/bin/python --target x86_64-unknown-linux-gnu
inside theghcr.io/pyo3/maturin
container.The problem is: the wheel sha's are different for two consecutive runs (which makes my github workflows fail, etc).
What is the reason for this? Is there any way to avoid this?
Thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions