parent
cd3d7747ee
commit
4ddfedc4a5
@ -1 +1 @@
|
||||
SHA512 (syn-0.15.27.crate) = eafd57f24e8250ca376fb39866ae19e9f871bf3ff33a866a7b6f66f60ddac24820ecb36c8459d0135f08a4f214a6f7bc379fbd494fd35cc803d6d92d73cb15c7
|
||||
SHA512 (syn-0.15.28.crate) = a597cabbdd972cdd718c1b1006342a8babdb3fbd81a75879fdc1312f57b630d432f852e9571e40805553d989bf9814417f995d2a0eeabcc706338e80f3a98219
|
||||
|
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
standard-inventory-qcow2:
|
||||
qemu:
|
||||
# `cargo test` usually eats more than 1G.
|
||||
m: 4G
|
@ -0,0 +1,13 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
repositories:
|
||||
- repo: "https://src.fedoraproject.org/tests/rust.git"
|
||||
dest: rust
|
||||
tests:
|
||||
- rust/cargo-test
|
||||
environment:
|
||||
pkg: rust-syn
|
Loading…
Reference in new issue