aboutsummaryrefslogtreecommitdiff
path: root/bigtop_toolchain
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2016-04-18 19:42:02 +0000
committerRoman Shaposhnik <rvs@apache.org>2016-04-18 13:47:49 -0700
commit25fa2e4f25f09a74c56702b29e66ebf51633eead (patch)
tree15661a60775b44e7d4a11eeac2b6a5340d94a946 /bigtop_toolchain
parent1cfd55beb36832431d22f327e752b03632f75bdc (diff)
BIGTOP-2393. Add ARM64 support for build environment
Diffstat (limited to 'bigtop_toolchain')
-rw-r--r--bigtop_toolchain/manifests/ant.pp2
-rw-r--r--bigtop_toolchain/manifests/env.pp1
-rw-r--r--bigtop_toolchain/manifests/protobuf.pp2
3 files changed, 4 insertions, 1 deletions
diff --git a/bigtop_toolchain/manifests/ant.pp b/bigtop_toolchain/manifests/ant.pp
index ca3fabfe..58f0ca41 100644
--- a/bigtop_toolchain/manifests/ant.pp
+++ b/bigtop_toolchain/manifests/ant.pp
@@ -14,7 +14,7 @@
# limitations under the License.
class bigtop_toolchain::ant {
- $ant = 'apache-ant-1.9.6'
+ $ant = 'apache-ant-1.9.7'
$apache_prefix = nearest_apache_mirror()
diff --git a/bigtop_toolchain/manifests/env.pp b/bigtop_toolchain/manifests/env.pp
index b309eca8..f86571b9 100644
--- a/bigtop_toolchain/manifests/env.pp
+++ b/bigtop_toolchain/manifests/env.pp
@@ -17,6 +17,7 @@ class bigtop_toolchain::env {
case $architecture {
'amd64' : { $arch= "amd64" }
'ppc64le' : { $arch= "ppc64el" }
+ 'aarch64' : { $arch = "arm64" }
}
case $operatingsystem {
'Ubuntu','Debian': {
diff --git a/bigtop_toolchain/manifests/protobuf.pp b/bigtop_toolchain/manifests/protobuf.pp
index 06c575a9..f6888180 100644
--- a/bigtop_toolchain/manifests/protobuf.pp
+++ b/bigtop_toolchain/manifests/protobuf.pp
@@ -22,6 +22,8 @@ class bigtop_toolchain::protobuf {
$arch= "amd64" }
'ppc64le' : { $url = "https://launchpad.net/ubuntu/+source/protobuf/2.5.0-9ubuntu1/+build/5604345/+files"
$arch= "ppc64el" }
+ 'aarch64' : { $url = "https://launchpad.net/ubuntu/+source/protobuf/2.5.0-9ubuntu1/+build/5585372/+files"
+ $arch= "arm64" }
}
}
}