Skip to content

Commit 2fa028e

Browse files
committed
_dl.sh: pin BoringSSL, future uncertain [ci skip]
Google seem to have switched to a new release scheme internally for BoringSSL, and pushes updates to Chrome daily, and/or for each BoringSSL commit. A daily chore following these updates downstream is too much to handle. It also means that using the Chrome repo as an indicator for the latest stable BoringSSL is no longer workable. Deciding which commit is safe to use as stable is just as well unworkable. (BoringSSL builds stopped building due the hard C++ requirement which needs extensive work to make it work again in all supported envs.) How to proceed with BoringSSL, I don't know. Leaving it in the repo for now as a source of information about such builds and fallouts.
1 parent 805a5ad commit 2fa028e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_dl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ cat <<EOF
119119
"tag": "^master$",
120120
"ref_url": "https://raw.githubusercontent.com/chromium/chromium/main/DEPS",
121121
"ref_expr": "boringssl_revision",
122-
"ref_mask": "([0-9a-fA-F]{32,})"
122+
"ref_mask": "([0-9a-fA-F]{32,})",
123+
"pinned": true
123124
},
124125
{
125126
"name": "osslsigncode",

0 commit comments

Comments
 (0)