summaryrefslogtreecommitdiff
path: root/testing/chim
AgeCommit message (Collapse)Author
2023-05-23testing/*: build with cargo-auditableptrcnull
2023-05-06*/*: remove CARGO_REGISTRIES_CRATES_IO_PROTOCOLpsykose
we now set this in abuild instead.
2023-03-10*/*: utilise sparse crates.io fetchesptrcnull
this is a million times faster new only in rust 1.68, and fails on older versions, but we have only latest in aports and don't support anything else, so it's okay.
2023-02-11*/*: cargo fetch with --targetpsykose
this does not download deps that won't be used for the default build target (the ctarget we are building for implicitly). this makes quite a few fetches faster.. because a ton of crates download a 10mb "windows-sys" that is never used, amongst other things. maybe breaks a thing or two.
2022-09-05testing/chim: upgrade to 1.1.2Jeff Dickey
https://github.com/jdxcode/chim/releases/tag/v1.1.2
2022-09-05testing/chim: new aportJeff Dickey
https://chim.sh https://github.com/jdxcode/chim Cross-platform binary shims with optional remote fetching.