Build with older libostree version for now
This commit is contained in:
parent
61e205b5c3
commit
bf488d2266
|
|
@ -35,13 +35,13 @@ publish_ostree-sys:
|
||||||
ostree:
|
ostree:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --all-features
|
- cargo test --verbose --features "v2018_9" #--all-features
|
||||||
|
|
||||||
ostree_nightly:
|
ostree_nightly:
|
||||||
stage: build
|
stage: build
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
script:
|
script:
|
||||||
- cargo test --verbose --all-features
|
- cargo test --verbose --features "v2018_9" #--all-features
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
publish_ostree:
|
publish_ostree:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue