mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-07 07:53:25 +02:00
without integration
This commit is contained in:
@@ -132,10 +132,10 @@ impl Downloader {
|
||||
Ok(cli_bin_path)
|
||||
}
|
||||
|
||||
fn download(&self, path: PathBuf) -> eyre::Result<PathBuf> {
|
||||
fn download(&self, _path: PathBuf) -> eyre::Result<PathBuf> {
|
||||
let expected_checksum = self.expected_checksum()?;
|
||||
|
||||
let (actual_hash, tempbin) = self.extract_cli_archive()?;
|
||||
let (actual_hash, _tempbin) = self.extract_cli_archive()?;
|
||||
|
||||
if expected_checksum != actual_hash {
|
||||
eyre::bail!("downloaded CLI binary checksum doesn't match checksum from checksums.txt")
|
||||
|
Reference in New Issue
Block a user