ci/android: Check ANGLE version
Save the current git hash to /angle/hash after applying local patches, and use it to verify that we're using our own ANGLE build in Cuttlefish. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33377>
This commit is contained in:
committed by
Marge Bot
parent
0fc4aef848
commit
2aab9ef3fd
@@ -40,6 +40,9 @@ done
|
||||
git log --reverse --oneline $ANGLE_REV.. --format='- %s'
|
||||
} > /angle/version
|
||||
|
||||
# Save the current git hash to /angle/hash after applying local patches
|
||||
git rev-parse HEAD > /angle/hash
|
||||
|
||||
GCLIENT_CUSTOM_VARS=()
|
||||
GCLIENT_CUSTOM_VARS+=('--custom-var=angle_enable_cl=False')
|
||||
GCLIENT_CUSTOM_VARS+=('--custom-var=angle_enable_cl_testing=False')
|
||||
|
||||
Reference in New Issue
Block a user