mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(tailcall)
needs `protoc` now.
This commit is contained in:
parent
0c8ff09f3b
commit
85ee358dd0
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: '>=1.65'
|
rust-lang.org: '>=1.65'
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
script: cargo install --locked --path . --root {{prefix}}
|
protobuf.dev: '*'
|
||||||
|
script:
|
||||||
|
# tries to load a vendored `protoc` with the wrong architecture
|
||||||
|
- sed -i 's|protoc_bin_vendored::protoc_bin_path().expect("Failed to find protoc binary")|Path::new("{{deps.protobuf.dev.prefix}}/bin/protoc")|' build.rs
|
||||||
|
- cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue