Skip to content

ci: Some minor speedups to the pipeline

Sam Thursfield requested to merge sam/tiny-speedups into master

Use all available cores for xz decompression.

Use md5sum instead of sha256sum, as it runs about twice as quickly. The hash is used here to identify the image under test, not for anything related to security.

Merge request reports