mozilla / crlite

WebPKI-level Certificate Revocation via Multi-Level Bloom Filter Cascade
http://www.cs.umd.edu/~dml/papers/crlite_oakland17.pdf
Mozilla Public License 2.0
67 stars 8 forks source link

Upload source data before generating mlbf for easier debugging #296

Closed jschanck closed 6 months ago

jschanck commented 6 months ago

This splits workflow/2-upload_artifacts_to_storage into workflow/1-upload_data_to_storage and workflow/3-upload_mlbf-to_storage and makes the former run before the filter generation workflow. The idea here is that if filter generation fails we want to be able to pull the source material from GCP for local debugging.

Also a bit of maintenance here to get a base docker image that can run binaries from recent versions of rust. And some changes to make the logs a bit quieter.