parent
113d6f418c
commit
a94992c699
@ -1,5 +1,5 @@
|
|||||||
--- socket2-0.3.7/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- socket2-0.3.8/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
+++ socket2-0.3.7/Cargo.toml 2018-06-28T11:00:16.832072+02:00
|
+++ socket2-0.3.8/Cargo.toml 2019-02-12T07:58:22.971530+01:00
|
||||||
@@ -33,8 +33,3 @@
|
@@ -33,8 +33,3 @@
|
||||||
|
|
||||||
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
|
[target."cfg(any(unix, target_os = \"redox\"))".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-socket2
|
Loading…
Reference in new issue