Skip to content

Commit f3eb691

Browse files
authored
Merge pull request #4120 from martin-g/master
Build and test on ARM64 CPU architecture (#1)
2 parents e2a8e7c + 89ff13b commit f3eb691

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.travis.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,24 @@ matrix:
142142
packages:
143143
- abi-dumper
144144
- abi-compliance-checker
145-
145+
- name: Linux ARM64
146+
env: BUILD_TYPE=default CURVE=tweetnacl GSSAPI=enabled PGM=enabled NORM=enabled IPv6=ON TLS=enabled DRAFT=enabled
147+
os: linux
148+
dist: bionic
149+
arch: arm64
150+
addons:
151+
apt:
152+
sources:
153+
- sourceline: 'deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_18.04/ ./'
154+
key_url: 'http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/xUbuntu_18.04/Release.key'
155+
packages:
156+
- zip
157+
- libkrb5-dev
158+
- libnorm-dev
159+
- libpgm-dev
160+
- libgnutls28-dev
161+
allow_failures:
162+
- arch: arm64
146163

147164
before_install:
148165
- if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew update; brew install binutils ; fi

RELICENSE/MartinGrigorov.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
2+
3+
This is a statement by Martin Grigorov
4+
that grants permission to relicense its copyrights in the libzmq C++
5+
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other
6+
Open Source Initiative approved license chosen by the current ZeroMQ
7+
BDFL (Benevolent Dictator for Life).
8+
9+
A portion of the commits made by the Github handle "martin-g", with
10+
commit author "Martin Grigorov", are copyright of Martin Grigorov.
11+
This document hereby grants the libzmq project team to relicense libzmq,
12+
including all past, present and future contributions of the author listed above.
13+
14+
Martin Grigorov
15+
2021/01/11

0 commit comments

Comments
 (0)