-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A-installerArea: installerArea: installerA-releasesArea: releases/packagingArea: releases/packagingT-bugType: bugType: bug
Milestone
Description
Component
Foundryup
Have you ensured that all of these are up to date?
- FoundryFoundryupTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
What version of Foundry are you on?
forge 0.2.0 (00efa0d 2024-12-09T00:29:01.805479000Z)
What command(s) is the bug in?
foundryup
Operating System
macOS (Apple Silicon)
Describe the bug
currently, running foundryup
twice in a row will trigger a new download/installation of exactly the same version it installed previously. a lot of resources could be saved by comparing commits, and simply printing something along the lines of "Foundry is already up-to-date (00efa0d 2024-12-09T00:29:01.805479000Z)"
Metadata
Metadata
Assignees
Labels
A-installerArea: installerArea: installerA-releasesArea: releases/packagingArea: releases/packagingT-bugType: bugType: bug
Type
Projects
Status
Completed
Activity
zerosnacks commentedon Dec 9, 2024
cc @grandizzy possibly related to signed releases? we can then just check the local hash against the hash of the binary being pulled in
mgiagante commentedon Jan 11, 2025
@zerosnacks I can take this one.
foundryup
): verify hashes of downloaded binaries upon install #10755foundryup
): avoid unnecessary downloads and verify hashes of downloaded binaries upon install #10902gosuto-inzasheru commentedon Jul 10, 2025
awesome @zerosnacks, looks great! 🙏