From: Colin Walters Date: Fri, 3 Jun 2022 13:57:12 +0000 (-0400) Subject: rust-bindings: Use OSTree-1.0.gir from our own builddir X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=70c8499a3890288ae9d26dbba7cbf4462df9eff5;p=ostree.git rust-bindings: Use OSTree-1.0.gir from our own builddir Now that the projects are unified. --- diff --git a/rust-bindings/Makefile b/rust-bindings/Makefile index d579cb45..1630d179 100644 --- a/rust-bindings/Makefile +++ b/rust-bindings/Makefile @@ -49,17 +49,4 @@ gir-files: curl -o $@ -L https://github.com/gtk-rs/gir-files/raw/master/${@F} gir-files/OSTree-1.0.gir: - podman build \ - --pull \ - --build-arg OSTREE_REPO=$(OSTREE_REPO) \ - --build-arg OSTREE_VERSION=$(OSTREE_VERSION) \ - -t ostree-build \ - . - podman create \ - --name ostree-gir-container \ - ostree-build - podman cp \ - ostree-gir-container:/build/OSTree-1.0.gir \ - gir-files/OSTree-1.0.gir - podman rm \ - ostree-gir-container + ln -sfr ../OSTree-1.0.gir $@