summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2023-02-06 19:22:01 +0000
committerStephen Crane <cranes@google.com>2023-02-06 19:25:31 +0000
commit1d74c78736af2fcd732069362e7f40bd0d8ef186 (patch)
tree5cef27053eede312583a862ae7ddcc5c0c248c12
parent1cede9b63a2048684992483d42c303b711e3f349 (diff)
downloadmanifest-1d74c78736af2fcd732069362e7f40bd0d8ef186.tar.gz
manifest: Pin boringssl during upgrade
The latest boringssl upgrade requires changes to the rust-openssl crate. Since we pin the rust-openssl crate in Trusty, we cannot atomically update it along with boringssl without either pinning boringssl or unpinning rust-openssl. This pinning should be undone along with the crate update. Test: build.py Bug: 266265141 Change-Id: I7f2468de91ecb5c6e86ef24521898c35b56ce335
-rw-r--r--default.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 2305629..c642665 100644
--- a/default.xml
+++ b/default.xml
@@ -46,7 +46,8 @@
<!-- BEGIN platform projects -->
<project path="development" name="platform/development" groups="trusty" />
- <project path="external/boringssl" name="platform/external/boringssl" groups="trusty" />
+ <!-- Temporarily pinning for atomic upgrade -->
+ <project path="external/boringssl" name="platform/external/boringssl" groups="trusty" revision="7cca763839270d06b1dc1726753c0e0eec003b50" />
<project path="external/fmtlib" name="platform/external/fmtlib" groups="trusty" />
<project path="external/freetype" name="platform/external/freetype" groups="trusty" />
<project path="external/googletest" name="platform/external/googletest" groups="trusty" />