We've been discussing reproducible builds here and there, and I think the topic warrants a thread dedicated to it.
There's also this thread https://discord.com/channels/897514728459468821/1218934322745315389 that is focused on trusted builds where a source to wasm mapping can be proven without actually needing reproducible builds, since the mapping just needs to occur once to be verifiable, by using a single system, GitHub Actions, to act as a centralised source of truth on what code maps to what wasm.
This thread is separately focused on how can we make builds of Soroban contracts reproducible, so that within a system like the GitHub one above, or on an independent local machine, it is possible to go a step further and guarantee with a high degree of certainty you could reproduce the exact same wasm binary at some later point.
Ah paths. We can definitely augment the rustc options in the CLI's build command as one way to address this.