From 70c8499a3890288ae9d26dbba7cbf4462df9eff5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 3 Jun 2022 09:57:12 -0400 Subject: [PATCH] rust-bindings: Use OSTree-1.0.gir from our own builddir Now that the projects are unified. --- rust-bindings/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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 $@