File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff 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
147164before_install :
148165- if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew update; brew install binutils ; fi
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments