This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
Verify runtime directory hash as part of CI #602
Labels
project-health
Refactoring, clean up or quality of life
There's no mechanism preventing us from modifying the runtime without bumping its version.
In the GCS along the runtime file there should be a file following the same naming convention, but with a hash of the
runtime
andcore
directories. The CI should check if the current runtime version has its hash file in the GCS and if yes, it should assure that it matches the state of the code base. The CI should generate and upload the hash file when it uploads the corresponding runtime WASM file.Open questions:
The text was updated successfully, but these errors were encountered: