You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the build is requiring to curl a stable.txt file from cilium/cilium upon building. It's unclear to me why this is needed, but as we are fetching from a continuously moving source the implication is that past releases of cilium-cli is going to be unreproducible as the build inputs will be moving.
This value should be hard coded pr release, and not fetched from main.
General Information
N/A
How to reproduce the issue
Build a past executable with the stable.txt curl and see the checksum be different.