mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-18 10:04:17 +03:00
rust-bindings: Use OSTree-1.0.gir from our own builddir
Now that the projects are unified.
This commit is contained in:
parent
21901c2d36
commit
70c8499a38
@ -49,17 +49,4 @@ gir-files:
|
|||||||
curl -o $@ -L https://github.com/gtk-rs/gir-files/raw/master/${@F}
|
curl -o $@ -L https://github.com/gtk-rs/gir-files/raw/master/${@F}
|
||||||
|
|
||||||
gir-files/OSTree-1.0.gir:
|
gir-files/OSTree-1.0.gir:
|
||||||
podman build \
|
ln -sfr ../OSTree-1.0.gir $@
|
||||||
--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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user