-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the github asset url information
use the github asset url information so we only download things it claims to have Test Plan: cargo test local run and check the download and cache still work, notice the fetching message on first run ``` # Download $ USE_BUCK2_VERSION=2023-07-15 cargo run -- --version Finished dev [unoptimized + debuginfo] target(s) in 0.03s Running `target/debug/buckle --version` buckle: fetching buck2-x86_64-unknown-linux-gnu.zst 2023-07-15 buck2 22862e81827fad189f124d677c623d7ec1772cc6 <local> # see its cached $ USE_BUCK2_VERSION=2023-07-15 cargo run -- --version Sat 22 Jul 19:23:14 BST 2023 Finished dev [unoptimized + debuginfo] target(s) in 0.04s Running `target/debug/buckle --version` buck2 22862e81827fad189f124d677c623d7ec1772cc6 <local> Sat 22 Jul 19:23:14 BST 2023 [Exit: 0] alex@fridge:~/loca ```
- Loading branch information
Showing
1 changed file
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters