From: Felix Krull Date: Sat, 17 Oct 2020 20:51:59 +0000 (+0200) Subject: ci: fix rawhide stages? X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~89 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7576363329a99253a266dc568bf2685c28f41953;p=ostree.git ci: fix rawhide stages? --- diff --git a/rust-bindings/rust/.ci/gitlab-ci-base.yml b/rust-bindings/rust/.ci/gitlab-ci-base.yml index 68ef0858..afc6bbe3 100644 --- a/rust-bindings/rust/.ci/gitlab-ci-base.yml +++ b/rust-bindings/rust/.ci/gitlab-ci-base.yml @@ -17,6 +17,8 @@ before_script: - dnf install -y cargo rust ostree-devel - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache' + # ??? This seems to not work correctly on Fedora Rawhide right now? + - ln -s /usr/bin/x86_64-redhat-linux-gnu-pkg-config /usr/bin/x86_64-redhat-linux-pkg-config # config with sccache based on Rust image, i.e. older libostree but shorter setup and rustup access .rust-ostree-devel: