parent
05dec22093
commit
d70eba8450
@ -1,5 +1,5 @@
|
|||||||
--- fs2-0.4.3/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- fs2-0.4.3/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
+++ fs2-0.4.3/Cargo.toml 2018-01-13T17:57:17.249853+01:00
|
+++ fs2-0.4.3/Cargo.toml 2019-03-14T10:08:29.064745+01:00
|
||||||
@@ -23,9 +23,6 @@
|
@@ -23,9 +23,6 @@
|
||||||
version = "0.3"
|
version = "0.3"
|
||||||
[target."cfg(unix)".dependencies.libc]
|
[target."cfg(unix)".dependencies.libc]
|
@ -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-fs2
|
Loading…
Reference in new issue