14 lines
596 B
Plaintext
14 lines
596 B
Plaintext
# Skia pinned revision — Rule: never track rolling HEAD.
|
|
#
|
|
# Pinned to a specific main-branch stable commit.
|
|
# Rebasing is a deliberate, scheduled (quarterly) action — bump the SHA below,
|
|
# commit it, and re-run the build scripts.
|
|
#
|
|
# To re-pin: pick a commit from https://skia.googlesource.com/skia/+log/main
|
|
# (or the tip of a recent chromium/NNNN release branch) and update SKIA_COMMIT.
|
|
# The build scripts refuse to run while SKIA_COMMIT is the placeholder string.
|
|
|
|
SKIA_REPO=https://skia.googlesource.com/skia.git
|
|
# main @ 2026-05-20
|
|
SKIA_COMMIT=f71b040b55a3023cfb8d71d160fb1dc821e93a42
|