mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
update foundry to 2023.12.07
This commit is contained in:
parent
bf69d004da
commit
ebad7306d6
|
@ -1,7 +1,7 @@
|
||||||
distributable:
|
distributable:
|
||||||
# FIXME: foundry has releases named "Nightly (YYYY-MM-DD)"
|
# FIXME: foundry has releases named "Nightly (YYYY-MM-DD)"
|
||||||
# but their tags are "nightly-<sha>".
|
# but their tags are "nightly-<sha>".
|
||||||
url: https://github.com/foundry-rs/foundry/archive/refs/tags/nightly-56adbe45992c4093fe23dfc3fb59eda521f90266.tar.gz
|
url: https://github.com/foundry-rs/foundry/archive/refs/tags/nightly-54b369564937f5f5d4f2525622e8b9808b1645f6.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
versions:
|
versions:
|
||||||
# FIXME: we should use this, which will get us calver,
|
# FIXME: we should use this, which will get us calver,
|
||||||
|
@ -10,19 +10,25 @@ versions:
|
||||||
# strip:
|
# strip:
|
||||||
# - /^Nightly \(/
|
# - /^Nightly \(/
|
||||||
# - /\)$/
|
# - /\)$/
|
||||||
- 2023.7.16
|
- 2023.12.07
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
git-scm.org: ^2
|
git-scm.org: ^2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ^1.56.0 # edition: 2021
|
rust-lang.org: ^1.74 # edition: 2021
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: "*"
|
||||||
script:
|
script:
|
||||||
- cargo install --path ./cli --bins $ARGS
|
# install Forge
|
||||||
- cargo install --path ./anvil $ARGS
|
- cargo install --path ./crates/forge $ARGS
|
||||||
- cargo install --path ./chisel $ARGS
|
# install Cast
|
||||||
|
- cargo install --path ./crates/cast $ARGS
|
||||||
|
# install Anvil
|
||||||
|
- cargo install --path ./crates/anvil $ARGS
|
||||||
|
# install Chisel
|
||||||
|
- cargo install --path ./crates/chisel $ARGS
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --root "{{prefix}}"
|
- --root "{{prefix}}"
|
||||||
|
|
Loading…
Reference in a new issue