Page MenuHomePhabricator

[Chronik] Check rustup-init.sh hash before executing
ClosedPublic

Authored by tobias_ruck on Feb 26 2024, 14:58.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCaf35ded0bc2b: [Chronik] Check rustup-init.sh hash before executing
Summary

Currently we just download a shell script from the interwebs and execute it, which is not good

Test Plan

./install-dependencies-bullseye.sh in the ABC docker container

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
Fabien requested changes to this revision.Feb 26 2024, 15:25
Fabien added inline comments.
contrib/utils/install-dependencies-bullseye.sh
171 ↗(On Diff #45615)

This will still pull the latest version, so at some point the sum will not match. See gitian-linux.yml

This revision now requires changes to proceed.Feb 26 2024, 15:25

do it like they do it on the gitian-linux.yml

This revision is now accepted and ready to land.Feb 26 2024, 15:37
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.