How are the releases built? #3356
ILogOutOnTheToilet
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried building v2ray.exe for Windows, but ended up with a different file size and SHA512 for tag
v2.58.0
using the manual instruction:https://www.v2fly.org/en_US/developer/intro/compile.html#manual-build
Manual build v2ray.exe SHA512:
v2.58.0 v2ray.exe release SHA512:
Release link: https://github.com/v2fly/v2ray-core/releases/tag/v5.28.0
I am on Windows, so I set the variables in PowerShell and then ran the go command:
I also tried the
.\release\user-package.sh windows
script, which I had to run in WSL due to Linux dependencies, but every time I build with.\release\user-package.sh windows
, the SHA512 is different. Does the project just have non-reproducible builds? Or am I missing some configurations?Beta Was this translation helpful? Give feedback.
All reactions