You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2017/09/03 21:55:11 UTC

aurora-packaging git commit: Attempted workaround for flaky nightly build

Repository: aurora-packaging
Updated Branches:
  refs/heads/master d77b6b2e2 -> b92684b7f


Attempted workaround for flaky nightly build


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/b92684b7
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/b92684b7
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/b92684b7

Branch: refs/heads/master
Commit: b92684b7f1bacdcb641d723b3628d031d431b0bc
Parents: d77b6b2
Author: Stephan Erb <se...@apache.org>
Authored: Sun Sep 3 23:54:26 2017 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Sun Sep 3 23:54:26 2017 +0200

----------------------------------------------------------------------
 builder/rpm/centos-7/Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/b92684b7/builder/rpm/centos-7/Dockerfile
----------------------------------------------------------------------
diff --git a/builder/rpm/centos-7/Dockerfile b/builder/rpm/centos-7/Dockerfile
index 00b75e0..c12a61f 100644
--- a/builder/rpm/centos-7/Dockerfile
+++ b/builder/rpm/centos-7/Dockerfile
@@ -38,4 +38,8 @@ RUN yum install -y \
     which \
     zlib-devel
 
+# Crude workaround for https://github.com/gradle/gradle/issues/1782
+RUN mkdir -p /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security
+RUN ln -s /etc/pki/java/cacerts /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/cacerts
+
 ADD build.sh /build.sh