cargo-binstall/.github/workflows
Jiahao XU dc77a1ab93
Refactor: Extract new crate simple-git (#1304)
`binstalk-downloader` contains stuff about http(s) before the
git code is moved into it and now it becomes http and git.

While git indeed uses http stuff, which is why I decided to put
it into binstalk-downloader, it is more than just downloading
since it is stateful (can be cached locally and updated)
where as http is stateless.

Also `binstalk-downloader`'s codegen time now increases
dramatically and it also creates extra dependencies for
binstalk-fetchers, delaying its execution.

The git code also don't use anything from `binstalk-downloader`
at all, it makes sense to be an independent crate.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-08-19 01:08:55 +00:00
..
cache-cleanup.yml ci: Fix cache-cleanup.yml non-zero exit status (#1136) 2023-06-06 04:09:05 +00:00
ci.yml Speedup ci.yml: Set codegen-units to 4 (#1283) 2023-08-11 03:46:27 +00:00
gh-action.yml Add GitHub Action declaration for installing cargo-binstall (#1269) 2023-08-09 20:50:16 +00:00
install-script.yml Fix installation script on MacOS (#1263) 2023-08-09 09:37:26 +00:00
release-build.yml Include x86_64 & x86_64h in universal apple pre-built binary (#1279) 2023-08-11 02:04:43 +00:00
release-pr.yml Refactor: Extract new crate simple-git (#1304) 2023-08-19 01:08:55 +00:00
release.yml ci: Verify before publishing (#1167) 2023-06-24 15:23:15 +00:00
shellcheck.yml Fix installation script on MacOS (#1263) 2023-08-09 09:37:26 +00:00
upgrade-transitive-deps.yml Set upgrade-transitive-deps.yml to run on every Fri (#1145) 2023-06-12 01:23:12 +00:00