Build with older libostree version for now

This commit is contained in:
Felix Krull 2019-05-21 10:47:11 +02:00 committed by Colin Walters
parent 61e205b5c3
commit bf488d2266
1 changed files with 2 additions and 2 deletions

View File

@ -35,13 +35,13 @@ publish_ostree-sys:
ostree:
stage: build
script:
- cargo test --verbose --all-features
- cargo test --verbose --features "v2018_9" #--all-features
ostree_nightly:
stage: build
image: rustlang/rust:nightly
script:
- cargo test --verbose --all-features
- cargo test --verbose --features "v2018_9" #--all-features
allow_failure: true
publish_ostree: