parent
b454b31cd4
commit
fd6fee258b
@ -1,12 +1,8 @@
|
||||
--- libz-sys-1.0.25/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ libz-sys-1.0.25/Cargo.toml 2018-11-04T17:39:46.882431+01:00
|
||||
@@ -28,9 +28,3 @@
|
||||
|
||||
[build-dependencies.pkg-config]
|
||||
version = "0.3.9"
|
||||
-
|
||||
-[features]
|
||||
-asm = []
|
||||
-static = []
|
||||
--- libz-sys-1.0.25/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ libz-sys-1.0.25/Cargo.toml 2019-06-20T10:34:11.327023+00:00
|
||||
@@ -32,5 +32,3 @@
|
||||
[features]
|
||||
asm = []
|
||||
static = []
|
||||
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
|
||||
-version = "0.2"
|
||||
|
@ -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-libz-sys
|
Loading…
Reference in new issue