From 7576363329a99253a266dc568bf2685c28f41953 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 17 Oct 2020 22:51:59 +0200 Subject: [PATCH] ci: fix rawhide stages? --- rust-bindings/rust/.ci/gitlab-ci-base.yml | 2 ++ 1 file changed, 2 insertions(+) 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: