ci: ignore gir differences in version files
This commit is contained in:
parent
24379017c6
commit
6ab1e997ee
|
|
@ -27,6 +27,7 @@ check:
|
||||||
- cargo fmt --package ostree -- --check
|
- cargo fmt --package ostree -- --check
|
||||||
- rm -rf src/auto/
|
- rm -rf src/auto/
|
||||||
- make gir
|
- make gir
|
||||||
|
- git checkout -- sys/src/auto/versions.txt src/auto/versions.txt
|
||||||
- git diff -R --exit-code
|
- git diff -R --exit-code
|
||||||
|
|
||||||
# build
|
# build
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,7 @@ target/tools/bin/gir:
|
||||||
|
|
||||||
gir: target/tools/bin/gir
|
gir: target/tools/bin/gir
|
||||||
target/tools/bin/gir -c conf/ostree-sys.toml
|
target/tools/bin/gir -c conf/ostree-sys.toml
|
||||||
sed -i '/^from gir-files/d' sys/src/auto/versions.txt
|
|
||||||
target/tools/bin/gir -c conf/ostree.toml
|
target/tools/bin/gir -c conf/ostree.toml
|
||||||
sed -i '/^from gir-files/d' src/auto/versions.txt
|
|
||||||
|
|
||||||
gir-report: gir
|
gir-report: gir
|
||||||
target/tools/bin/gir -c conf/ostree.toml -m not_bound
|
target/tools/bin/gir -c conf/ostree.toml -m not_bound
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ d1e88f9)
|
Generated by gir (https://github.com/gtk-rs/gir @ d1e88f94)
|
||||||
|
from gir-files (https://github.com/gtk-rs/gir-files @ ab7796a)
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ d1e88f9)
|
Generated by gir (https://github.com/gtk-rs/gir @ d1e88f94)
|
||||||
|
from gir-files (https://github.com/gtk-rs/gir-files @ ab7796a)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue