Skip to content

Instantly share code, notes, and snippets.

@rgs1
Created June 11, 2018 21:32
Show Gist options
  • Save rgs1/bd7d0e29f43698af6bf210536ada65a4 to your computer and use it in GitHub Desktop.
Save rgs1/bd7d0e29f43698af6bf210536ada65a4 to your computer and use it in GitHub Desktop.
workaround broken boringssl
diff --git a/boringssl-static/pom.xml b/boringssl-static/pom.xml
index 5a7b1b7..23f66b0 100644
--- a/boringssl-static/pom.xml
+++ b/boringssl-static/pom.xml
@@ -62,7 +62,7 @@
<configuration>
<checkoutDirectory>${boringsslCheckoutDir}</checkoutDirectory>
<connectionType>developerConnection</connectionType>
- <developerConnectionUrl>scm:git:https://boringssl.googlesource.com/boringssl</developerConnectionUrl>
+ <developerConnectionUrl>scm:git:https://github.com/rgs1/boringssl.git</developerConnectionUrl>
<scmVersion>${boringsslBranch}</scmVersion>
<scmVersionType>branch</scmVersionType>
<skipCheckoutIfExists>true</skipCheckoutIfExists>
diff --git a/pom.xml b/pom.xml
index db05d5d..d6bf144 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<nativeJarWorkdir>${project.build.directory}/native-jar-work</nativeJarWorkdir>
<aprVersion>1.6.3</aprVersion>
<aprMd5>57c6cc26a31fe420c546ad2234f22db4</aprMd5>
- <boringsslBranch>chromium-stable</boringsslBranch>
+ <boringsslBranch>fix-build</boringsslBranch>
<libresslVersion>2.7.3</libresslVersion>
<!--
NB: libressl does not currently publish sha256 signatures and instead relies on signify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment