chiark / gitweb /
fix java architecture in buildserver config
authorMichael Pöhn <michael.poehn@fsfe.org>
Thu, 20 Apr 2017 10:27:04 +0000 (12:27 +0200)
committerMichael Pöhn <michael.poehn@fsfe.org>
Sat, 22 Apr 2017 08:48:50 +0000 (10:48 +0200)
buildserver/config.buildserver.py

index e7a4f4162c4ed5aa23ffa3d7636d90e36905c541..ac978fbebc64f17cd90d93f7454737ad29ec0e04 100644 (file)
@@ -9,5 +9,5 @@ ndk_paths = {
 }
 qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
 java_paths = {
-    '8': "/usr/lib/jvm/java-8-openjdk-i386",
+    '8': "/usr/lib/jvm/java-8-openjdk-amd64",
 }