mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
bc6433bf3e
with the release of rust 1.78 we can undo these... tweaks. fix deno specifically Revert "fix deno specifically" This reverts commit 4dbe7bd82386dc429a6d448b2004c3df4f0c9807. revert deno
25 lines
537 B
YAML
25 lines
537 B
YAML
distributable:
|
|
url: https://github.com/sigp/lighthouse/archive/refs/tags/{{ version.tag }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: sigp/lighthouse
|
|
|
|
dependencies:
|
|
zlib.net: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: ^1.78 # stdsimd changes
|
|
rust-lang.org/cargo: '*'
|
|
cmake.org: ^3.12
|
|
protobuf.dev: '*'
|
|
script: make CARGO_INSTALL_EXTRA_FLAGS="--root {{prefix}}"
|
|
test: make test-release
|
|
|
|
provides:
|
|
- bin/lighthouse
|
|
|
|
test:
|
|
- lighthouse account_manager wallet list
|
|
- test -d ~/.lighthouse/mainnet/wallets
|