mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
ci: add perfetto into mesa git-cache
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8821 Fixes:8aff228127("ci: Enable building the testing drivers with perfetto.") Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23611> (cherry picked from commitc4357c6c49)
This commit is contained in:
parent
101d782253
commit
61905a7f04
2 changed files with 3 additions and 1 deletions
|
|
@ -214,6 +214,8 @@ make git archive:
|
|||
script:
|
||||
# Compactify the .git directory
|
||||
- git gc --aggressive
|
||||
# Download & cache the perfetto subproject as well.
|
||||
- rm -rf subprojects/perfetto ; mkdir -p subprojects/perfetto && curl https://android.googlesource.com/platform/external/perfetto/+archive/$(grep 'revision =' subprojects/perfetto.wrap | cut -d ' ' -f3).tar.gz | tar zxf - -C subprojects/perfetto
|
||||
# compress the current folder
|
||||
- tar -cvzf ../$CI_PROJECT_NAME.tar.gz .
|
||||
|
||||
|
|
|
|||
|
|
@ -1156,7 +1156,7 @@
|
|||
"description": "ci: add perfetto into mesa git-cache",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "8aff2281276c27c929c54ac4b98d564a92718cd8"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue