this repo has no description
1opam-version: "2.0"
2synopsis: "Tezos: all rust dependencies and their dependencies"
3maintainer: "contact@tezos.com"
4authors: "Tezos devteam"
5license: "multiple"
6homepage: "https://www.tezos.com/"
7bug-reports: "https://gitlab.com/tezos/tezos-rust-libs/issues"
8depends: ["conf-rust-2021"]
9build:[
10 [
11 "cargo"
12 "build"
13 "--target-dir" "target-librustzcash"
14 "--release"
15 "--package" "librustzcash"
16 ]
17 [
18 "cargo"
19 "build"
20 "--target-dir" "target-wasmer"
21 "--release"
22 "--package" "wasmer-c-api"
23 "--no-default-features"
24 "--features" "singlepass,cranelift,wat,middlewares,universal"
25 ]
26]
27dev-repo: "git+https://gitlab.com/tezos/tezos-rust-libs.git"
28url {
29 src:
30 "https://gitlab.com/tezos/tezos-rust-libs/-/archive/v1.3/tezos-rust-libs-v1.3.zip"
31 checksum: [
32 "md5=75587a206019ff50c773f7fbb96f65ba"
33 "sha512=4d307ff8b48627801c5b6e9b4173dd2ba8edeb3da353d29ad3e949d99ee045a01829d5640d6bd08d445cb9f5da69f51c044735e5b647b6213df70f7b9a4c0ec4"
34 "sha256=56197ac9c6db1418ed3e0fa38bff4f1c56b385b87533025be5706c26e889a846"
35 ]
36}
37x-ci-accept-failures: [
38 "oraclelinux-8" # rust version is too old (need 1.59+)
39 "alpine-3.14" # rust version is too old (need 1.59+)
40 "alpine-3.15" # rust version is too old (need 1.59+)
41]