diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index e07432ed..4461e85d 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: rust:1-buster +image: fedora:rawhide variables: SCCACHE_URL: https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-unknown-linux-musl.tar.gz @@ -9,16 +9,8 @@ variables: OSTREE_VERSION: v2019_3 before_script: -- echo deb https://deb.debian.org/debian unstable main > /etc/apt/sources.list.d/unstable.list -- | - cat > /etc/apt/preferences.d/pin <- -Z unstable-options @@ -65,6 +55,7 @@ docs: --extern-html-root-url gio_sys=https://gtk-rs.org/docs --extern-html-root-url glib=https://gtk-rs.org/docs --extern-html-root-url gio=https://gtk-rs.org/docs + before_script: [] script: - make merge-lgpl-docs - cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}