Skip to content

Commit

Permalink
default to skia branch for commit hash in cache helper
Browse files Browse the repository at this point in the history
Diffs=
dcbe806b0 default to skia branch for commit hash in cache helper (#6432)

Co-authored-by: hernan <[email protected]>
  • Loading branch information
bodymovin and bodymovin committed Jan 11, 2024
1 parent c238af4 commit ee7a0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d67aeac4d7643cdb60f7d22c9b2c0005e7838ed9
dcbe806b0485977a4c968e93eefcc7e6e01a4460
1 change: 1 addition & 0 deletions skia/dependencies/cache_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit ee7a0ae

Please sign in to comment.