forked from smartcontractkit/chainlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lock foundry version (smartcontractkit#10616)
* lock foundry version * set to more stable Foundry version opt out Automation from snapshots * Update llo-feeds.gas-snapshot * Update functions.gas-snapshot
- Loading branch information
Showing
4 changed files
with
31 additions
and
28 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# ALL_FOUNDRY_PRODUCTS contains a list of all products that have a foundry | ||
# profile defined. Adding a product to this list will make it available for | ||
# snapshotting. | ||
ALL_FOUNDRY_PRODUCTS = vrf automation llo-feeds functions shared | ||
# profile defined and use the Foundry snapshots. | ||
ALL_FOUNDRY_PRODUCTS = llo-feeds functions shared | ||
|
||
# To make a snapshot for a specific product, either set the `FOUNDRY_PROFILE` env var | ||
# or call the target with `FOUNDRY_PROFILE=product` | ||
|
@@ -37,9 +36,12 @@ abigen: ## Build & install abigen. | |
mockery: $(mockery) ## Install mockery. | ||
go install github.com/vektra/mockery/[email protected] | ||
|
||
.PHONY: foundry | ||
foundry: ## Install foundry. | ||
foundryup --version nightly-ca67d15f4abd46394b324c50e21e66f306a1162d | ||
|
||
.PHONY: foundry-refresh | ||
foundry-refresh: | ||
foundryup | ||
foundry-refresh: foundry | ||
git submodule deinit -f . | ||
git submodule update --init --recursive | ||
|
||
|
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
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