foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Feat: installing forge using specific commit should install to different bin dir

Open sambacha opened this issue 9 months ago • 0 comments

Component

Forge, Cast, Anvil, Foundryup, Chisel

Describe the feature you would like

foundryup: warning: overwriting existing forge in /Users/janitor/.foundry/bin
foundryup: warning: overwriting existing cast in /Users/janitor/.foundry/bin
foundryup: warning: overwriting existing anvil in /Users/janitor/.foundry/bin
foundryup: warning: overwriting existing chisel in /Users/janitor/.foundry/bin

Installing by commit should not overwrite the default install path, in fact foundry should support versioned install paths with a latest path being symlink updated on foundryup updates.

This would allow easier orchestration for regression matrix testing in CI env for example.

Additional context

No response

sambacha avatar Apr 26 '24 23:04 sambacha