mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
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
|
||||
- rm -rf src/auto/
|
||||
- make gir
|
||||
- git checkout -- sys/src/auto/versions.txt src/auto/versions.txt
|
||||
- git diff -R --exit-code
|
||||
|
||||
# build
|
||||
|
@ -12,9 +12,7 @@ target/tools/bin/gir:
|
||||
|
||||
gir: target/tools/bin/gir
|
||||
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
|
||||
sed -i '/^from gir-files/d' src/auto/versions.txt
|
||||
|
||||
gir-report: gir
|
||||
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
Block a user