14 lines
685 B
Plaintext
14 lines
685 B
Plaintext
# PDFium pinned revision — Rule: never track rolling HEAD.
|
|
#
|
|
# Pinned to a specific main-branch commit (a clean dependency-roll 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://pdfium.googlesource.com/pdfium/+log/main
|
|
# (or the tip of a recent chromium/NNNN release branch) and update PDFIUM_COMMIT.
|
|
# The build scripts refuse to run while PDFIUM_COMMIT is the placeholder string.
|
|
|
|
PDFIUM_REPO=https://pdfium.googlesource.com/pdfium.git
|
|
# main @ 2026-05-13 — "Roll third_party/cpu_features/src/ ..."
|
|
PDFIUM_COMMIT=423b6b376015e9458d588bd9a8f7b5c4ae21f8a2
|