mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +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
24 lines
566 B
YAML
24 lines
566 B
YAML
distributable:
|
|
url: https://github.com/n0-computer/iroh/archive/refs/tags/{{version.tag}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: n0-computer/iroh
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org/cargo: '*'
|
|
rust-lang.org: ^1.78 # stdsimd changes
|
|
script:
|
|
- run: cargo install --path . --locked --root {{prefix}}
|
|
if: <0.6.0
|
|
- run: cargo install --path iroh --locked --root {{prefix}}
|
|
if: '>=0.6.0<0.13.0'
|
|
- run: cargo install --path iroh-cli --locked --root {{prefix}}
|
|
if: '>=0.13.0'
|
|
|
|
provides:
|
|
- bin/iroh
|
|
|
|
test: iroh --help
|