ci/ccache: recent ccache changed a output a bit, adapt script
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23359>
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
section_end ccache_before
|
section_end ccache_before
|
||||||
fi
|
fi
|
||||||
after_script:
|
after_script:
|
||||||
- if test -x /usr/bin/ccache; then ccache --show-stats | grep "cache hit rate"; fi
|
- if test -x /usr/bin/ccache; then ccache --show-stats | grep "Hits:"; fi
|
||||||
- !reference [default, after_script]
|
- !reference [default, after_script]
|
||||||
|
|
||||||
.build-windows:
|
.build-windows:
|
||||||
|
Reference in New Issue
Block a user