containers / bootc

Boot and upgrade via container images
https://containers.github.io/bootc/
Apache License 2.0
781 stars 84 forks source link

Drop gvariant #829

Closed cgwalters closed 1 month ago

cgwalters commented 1 month ago

It isn't an actively maintained crate and our usage is tiny and not performance sensitive enough to warrant the zero-copy it entails.

Just motivated by doing a pass over our dependencies.

Signed-off-by: Colin Walters walters@verbum.org

jmarrero commented 1 month ago

Failures look unrelated:

Errors during downloading metadata for repository 'crb':
  - Downloading successful, but checksum doesn't match. Calculated: 202fc75bc11c529ea0f3d7f770b96575482be521309e0b5d4eefa0e759e58eff15325ef563e7fa1482d8dbdb170e51cb0da06935a25c910ffef9d9e5c74faad9(sha512)  Expected: 0a4c2fc347b26382c94491f1ef6dc917ea4088cde24b5a47505abff3b2fbc72411026ea49f0ccc5e5c59d1b4dcbd15707aa23bc02d8e5f3a08f0f6ef32021cb2(sha512) 
  - Downloading successful, but checksum doesn't match. Calculated: 7336462604e7cd892052ae7bd1af0b8534ca07ba2a1f05db23421e9d4bacc81fec2a7942a58c70f18fe01421601c86c1e9e69cdb4a1d38ea9cc75eccf771d6b6(sha512)  Expected: 0a4c2fc347b26382c94491f1ef6dc917ea4088cde24b5a47505abff3b2fbc72411026ea49f0ccc5e5c59d1b4dcbd15707aa23bc02d8e5f3a08f0f6ef32021cb2(sha512) 
Error: Failed to download metadata for repo 'crb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

lgtm