From ee7a0aedadc7480ea5489aa3f6a53258286baf20 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Thu, 11 Jan 2024 15:17:30 +0000 Subject: [PATCH] default to skia branch for commit hash in cache helper Diffs= dcbe806b0 default to skia branch for commit hash in cache helper (#6432) Co-authored-by: hernan --- .rive_head | 2 +- skia/dependencies/cache_helper.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.rive_head b/.rive_head index 2e9e3141..8446bd51 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -d67aeac4d7643cdb60f7d22c9b2c0005e7838ed9 +dcbe806b0485977a4c968e93eefcc7e6e01a4460 diff --git a/skia/dependencies/cache_helper.sh b/skia/dependencies/cache_helper.sh index 18f668cb..f7e70260 100755 --- a/skia/dependencies/cache_helper.sh +++ b/skia/dependencies/cache_helper.sh @@ -8,6 +8,7 @@ RIVE_RUNTIME_DIR="${RIVE_RUNTIME_DIR:=../..}" SKIA_DIR_NAME="${SKIA_DIR_NAME:=skia}" SKIA_REPO=${SKIA_REPO:-https://github.com/rive-app/skia} SKIA_BRANCH=${SKIA_BRANCH:-rive} +SKIA_COMMIT=${SKIA_COMMIT} COMPILE_TARGET="${COMPILE_TARGET:-$(uname -s)_$(uname -m)}" CACHE_NAME="${CACHE_NAME:=skia}" OUTPUT_CACHE="${OUTPUT_CACHE:=out}"