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 <hernan@rive.app>
This commit is contained in:
bodymovin
2024-01-11 15:17:30 +00:00
parent c238af43d5
commit ee7a0aedad
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
d67aeac4d7643cdb60f7d22c9b2c0005e7838ed9
dcbe806b0485977a4c968e93eefcc7e6e01a4460

View File

@@ -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}"