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
We need to check if Oak Wasm modules have the same hash after a rebuild (reproducibility).
In order to check we need clear the Cargo cache before rebuilding (so it would not influence the build).
Also we should check the hash values of modules compiled on different machines.
It also could be done as a part of the CI, but it might affect the Cloud Build time, since we will be clearing Cargo cache for all applications.
We need to check if Oak Wasm modules have the same hash after a rebuild (reproducibility).
In order to check we need clear the Cargo cache before rebuilding (so it would not influence the build).
Also we should check the hash values of modules compiled on different machines.
It also could be done as a part of the CI, but it might affect the Cloud Build time, since we will be clearing Cargo cache for all applications.
cc @tiziano88
The text was updated successfully, but these errors were encountered: