]> git.ipfire.org Git - thirdparty/openssl.git/blame - .travis.yml
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
[thirdparty/openssl.git] / .travis.yml
CommitLineData
16161a30 1dist: xenial
703324a7
EK
2sudo: required
3
46cc9f35
AP
4osx_image: xcode9.3
5
66c103bd 6language: c
bd5fbfe2 7cache: ccache
22df22e7
AP
8git:
9 submodules: false
b1bebbcb 10 quiet: true
66c103bd 11
ad0a0a3a 12before_install:
b3943604 13 - if [ -n "$COVERALLS" ]; then
cde63b73 14 travis_retry pip install --user cpp-coveralls;
b3943604 15 fi;
22df22e7 16 - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
cde63b73 17 travis_retry git submodule update --init --recursive;
22df22e7 18 fi;
77fedcdc
FF
19 - eval "${MATRIX_EVAL}"
20
21arch:
22 - amd64
ad0a0a3a 23
66c103bd 24os:
db9defdf 25 - linux
a6da6b73 26 - osx
66c103bd
AG
27
28compiler:
db9defdf
RS
29 - clang
30 - gcc
66c103bd
AG
31
32env:
5d322036 33 - CONFIG_OPTS="" DESTDIR="_install"
3ce38663 34 # Note: This CONFIG_OPTS entry must match the value in the exclude: table below that contains env: CONFIG_OPTS , otherwise it will not find a match.
22c22369 35 - CONFIG_OPTS="no-asm -Werror --debug no-afalgeng no-shared enable-rc5 enable-md2 -fsanitize=address" LSAN_OPTIONS="report_objects=1"
26a053d1 36 - CONFIG_OPTS="no-asm no-makedepend enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" CPPFLAGS="-ansi"
db9defdf
RS
37
38matrix:
f386742c 39 include:
0399aba7
FF
40 - os: linux
41 arch: arm64
77fedcdc
FF
42 dist: bionic
43 compiler: clang
44 env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes"
45 - os: linux
46 arch: arm64
47 compiler: clang
48 addons:
49 apt:
50 packages:
51 - clang-6.0
52 env: EXTENDED_TEST="yes" CONFIG_OPTS="enable-msan disable-afalgeng -D__NO_STRING_INLINES -Wno-unused-command-line-argument" MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
53 - os: linux
54 arch: arm64
55 compiler: clang
56 addons:
57 apt:
58 packages:
59 - clang-6.0
60 env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg no-shared enable-buildtest-c++ -fno-sanitize=alignment -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument" MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
7d726440
TM
61 - os: linux
62 arch: arm64
63 compiler: gcc
64 env: CONFIG_OPTS="" MAKEVERBOSE="yes"
65 - os: linux
66 arch: arm64
67 compiler: gcc
97ace6c2 68 env: CONFIG_OPTS="no-asm no-deprecated enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" CPPFLAGS="-ansi"
985412f8
PS
69 - os: linux
70 arch: s390x
71 compiler: gcc
72 env: CONFIG_OPTS="--strict-warnings"
13da3ad0 73 - os: linux-ppc64le
7d726440
TM
74 compiler: gcc
75 env: CONFIG_OPTS="--strict-warnings"
b169c0ec 76 - os: linux
16161a30 77 compiler: gcc
d819760d 78 env: CONFIG_OPTS="--strict-warnings no-ec enable-trace enable-ssl-trace enable-zlib enable-zlib-dynamic enable-crypto-mdebug enable-crypto-mdebug-backtrace enable-egd" COMMENT="Move to the BORINGTEST build when interoperable"
7b195438 79 - os: linux
16161a30 80 dist: trusty
9a96626e 81 compiler: clang
c8979960 82 env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated"
3119c849
BE
83 - os: linux
84 dist: bionic
85 compiler: clang
86 env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes"
b169c0ec
AP
87 - os: linux
88 addons:
89 apt:
90 packages:
91 - binutils-mingw-w64
92 - gcc-mingw-w64
93 compiler: i686-w64-mingw32-gcc
94 env: CONFIG_OPTS="no-stdio" BUILDONLY="yes"
41b77d54
AP
95 # Uncomment if there is reason to believe that PPC-specific problem
96 # can be diagnosed with this possibly >30 mins sanitizer build...
97 #- os: linux-ppc64le
98 # sudo: false
99 # compiler: gcc
100 # env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-asan enable-ubsan no-shared -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES"
ad0a0a3a 101 - os: linux
31c1db92
AP
102 addons:
103 apt:
104 packages:
16161a30
BE
105 - golang-1.10
106 compiler: gcc
107 env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers no-shared enable-buildtest-c++ -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION" COVERALLS="yes" BORINGSSL_TESTS="yes" CXX="g++"
cd838c65
RL
108 - os: linux
109 addons:
110 apt:
111 packages:
16161a30
BE
112 - golang-1.10
113 compiler: gcc
20e6631c
MC
114 # External test pyca-cryptography temporarily disabled due to long term travis failures
115 env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-external-tests enable-buildtest-c++" BORINGSSL_TESTS="yes" CXX="g++" TESTS="test_external_boringssl test_external_krb5"
29df3061 116 - os: linux
9a96626e 117 compiler: clang
16161a30 118 env: EXTENDED_TEST="yes" CONFIG_OPTS="enable-msan disable-afalgeng -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
6220acf8 119 - os: linux
9a96626e 120 compiler: clang
16161a30 121 env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg no-shared enable-buildtest-c++ -fno-sanitize=alignment -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument" CXX="clang++"
5f95fbf3
MC
122#Temporarily removed because memleak test fails for unknown reasons in this build. Other builds with memleak testing ("-fsanitize=address") are passing.
123# - os: linux
124# compiler: clang
125# env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2 no-shared -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
4de3fe53 126 - os: linux
16161a30
BE
127 compiler: gcc
128 env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug no-asm enable-ubsan enable-rc5 enable-md2 enable-buildtest-c++ -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0
b4aaf194 129 - os: linux
31c1db92
AP
130 addons:
131 apt:
132 packages:
133 - binutils-mingw-w64
134 - gcc-mingw-w64
b4aaf194 135 compiler: i686-w64-mingw32-gcc
5d322036 136 env: EXTENDED_TEST="yes" CONFIG_OPTS="no-pic"
56cd71b4 137 - os: linux
31c1db92
AP
138 addons:
139 apt:
140 packages:
141 - binutils-mingw-w64
142 - gcc-mingw-w64
b4aaf194 143 compiler: x86_64-w64-mingw32-gcc
5d322036 144 env: EXTENDED_TEST="yes" CONFIG_OPTS="no-pic"
2a6f57bc 145 - os: linux
146 language: python
147 python: 3.7
2a6f57bc 148 install: pip install flake8
149 before_script:
150 # stop the build if there are Python syntax errors or undefined names
151 - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
152 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
153 - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
154 script: true
d819760d
BE
155 - os: linux
156 compiler: gcc
157 env: CONFIGURE_TARGET="linux-generic32" CONFIG_OPTS="--strict-warnings no-shared no-dso no-pic no-aria no-async no-autoload-config no-blake2 no-bf no-camellia no-cast no-chacha no-cmac no-cms no-cmp no-comp no-ct no-des no-dgram no-dh no-dsa no-dtls no-ec2m no-engine no-filenames no-gost no-idea no-ktls no-mdc2 no-md4 no-multiblock no-nextprotoneg no-ocsp no-ocb no-poly1305 no-psk no-rc2 no-rc4 no-rmd160 no-seed no-siphash no-siv no-sm2 no-sm3 no-sm4 no-srp no-srtp no-ssl3 no-ssl3-method no-ts no-ui-console no-whirlpool no-asm -DOPENSSL_NO_SECURE_MEMORY -DOPENSSL_SMALL_FOOTPRINT"
db9defdf 158 exclude:
210efa8b
EK
159 - os: linux
160 compiler: clang
dbf9a33c
AP
161 - os: osx
162 compiler: gcc
3ce38663 163
db9defdf
RS
164
165before_script:
b169c0ec 166 - env
2da3f968 167 - if [ "$TRAVIS_PULL_REQUEST" != "false" -a -n "$EXTENDED_TEST" ]; then
6df44cf6 168 (git log -1 $TRAVIS_COMMIT_RANGE | grep '\[extended tests\]' > /dev/null) || travis_terminate 0;
b169c0ec 169 fi
262ee9a2
RL
170 - if [ -n "$DESTDIR" ]; then
171 sh .travis-create-release.sh $TRAVIS_OS_NAME;
9967a9ed 172 tar -xzf _srcdist.tar.gz;
6caf63ec
RL
173 mkdir -p _build/tree;
174 cd _build/tree;
175 srcdir=../../_srcdist;
176 top=../..;
262ee9a2
RL
177 else
178 srcdir=.;
179 top=.;
180 fi
9967a9ed 181 - if [ "$CC" = i686-w64-mingw32-gcc ]; then
db9defdf 182 export CROSS_COMPILE=${CC%%gcc}; unset CC;
262ee9a2 183 $srcdir/Configure mingw $CONFIG_OPTS -Wno-pedantic-ms-format;
9967a9ed 184 elif [ "$CC" = x86_64-w64-mingw32-gcc ]; then
db9defdf 185 export CROSS_COMPILE=${CC%%gcc}; unset CC;
262ee9a2 186 $srcdir/Configure mingw64 $CONFIG_OPTS -Wno-pedantic-ms-format;
db9defdf 187 else
16161a30 188 if which ccache >/dev/null && test "$BORINGSSL_TESTS" != yes; then
a70ca740 189 CC="ccache $CC";
8cffddc0 190 fi;
d819760d
BE
191 if [ -n "$CONFIGURE_TARGET" ]; then
192 $srcdir/Configure $CONFIGURE_TARGET $CONFIG_OPTS;
193 else
194 $srcdir/config -v $CONFIG_OPTS;
195 fi;
db9defdf 196 fi
2da0130b 197 - ./configdata.pm --dump
262ee9a2 198 - cd $top
66c103bd
AG
199
200script:
7d726440 201 - if [ -z "$BUILDONLY" ] && [ -z "$MAKEVERBOSE" ] ; then
a4ffbbee
RL
202 make="make -s";
203 else
204 make="make";
205 fi
6197bc7c
RL
206 - if [ -n "$GENERATE" ]; then
207 make2="$make PERL=no-perl";
208 else
209 make2="$make";
210 fi
ab29eca6 211 - top=${PWD}
262ee9a2 212 - if [ -n "$DESTDIR" ]; then
6caf63ec 213 cd _build/tree;
262ee9a2 214 fi
97ace6c2 215 - if ! $make update; then
46c428d7 216 echo -e '\052\052 FAILED -- MAKE UPDATE';
5be78a88 217 travis_terminate 1;
caf12bd6 218 fi
46c428d7 219 - if ! git diff --exit-code; then
79c44b4e 220 echo -e '\052\052 FAILED -- UPDATED FILES NOT COMMITTED';
46c428d7 221 travis_terminate 1;
29ee1be5 222 fi
46c428d7
RS
223 - if test -n "$GENERATE" && ! $make build_all_generated; then
224 echo -e '\052\052 FAILED -- MAKE BUILD_ALL_GENERATED';
225 travis_terminate 1;
226 fi
9fcb9702
RS
227 - if test -n "$CHECKDOCS" && ! $make doc-nits; then
228 echo -e '\052\052 FAILED -- MAKE DOC-NITS';
229 travis_terminate 1;
230 fi
46c428d7
RS
231 - if ! $make2; then
232 echo -e '\052\052 FAILED -- MAKE';
5be78a88 233 travis_terminate 1;
d8ebcf5c 234 fi;
912f8a98
RS
235 - if test -n "$CHECKDOCS" && ! $make cmd-nits; then
236 echo -e '\052\052 FAILED -- MAKE CMD-NITS';
237 travis_terminate 1;
238 fi
b63447c1 239 - if [ -z "$BUILDONLY" ]; then
56cd71b4 240 if [ -n "$CROSS_COMPILE" ]; then
703324a7
EK
241 sudo dpkg --add-architecture i386;
242 sudo apt-get update;
b169c0ec 243 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install wine;
56cd71b4
EK
244 export EXE_SHELL="wine" WINEPREFIX=`pwd`;
245 fi;
0fef7448
RH
246 if [ -e krb5/src ]; then
247 sudo apt-get -yq install bison dejagnu gettext keyutils ldap-utils libldap2-dev libkeyutils-dev python-cjson python-paste python-pyrad slapd tcl-dev tcsh;
248 fi;
cde63b73 249 if ! HARNESS_VERBOSE_FAILURE=yes BORING_RUNNER_DIR=$top/boringssl/ssl/test/runner travis_wait 60 make _tests; then
46c428d7 250 echo -e '\052\052 FAILED -- MAKE TEST';
5be78a88 251 travis_terminate 1;
d8ebcf5c 252 fi;
d7a275ee 253 else
46c428d7
RS
254 if ! $make build_tests >~/build.log 2>&1; then
255 echo -e '\052\052 FAILED -- MAKE BUILD_TESTS';
9967a9ed 256 cat ~/build.log
5be78a88 257 travis_terminate 1;
d8ebcf5c 258 fi;
1a3ae788 259 fi
d227a302 260 - if [ -n "$DESTDIR" ]; then
ab29eca6 261 mkdir "$top/$DESTDIR";
46c428d7
RS
262 if ! $make install DESTDIR="$top/$DESTDIR" >~/install.log 2>&1 ; then
263 echo -e '\052\052 FAILED -- MAKE INSTALL';
9967a9ed 264 cat ~/install.log;
5be78a88 265 travis_terminate 1;
d8ebcf5c 266 fi;
d227a302 267 fi
262ee9a2 268 - cd $top
46c428d7 269 - echo -e '\052\052 DONE'
66c103bd 270
ad0a0a3a
EK
271after_success:
272 - if [ -n "$COVERALLS" ]; then
16161a30 273 coveralls -b . --gcov gcov --gcov-options '\-lpbc';
ad0a0a3a
EK
274 fi;
275
66c103bd 276notifications:
db9defdf 277 email:
5e28b1c1 278 secure: "xeGNgWO7aoaDgRvcZubposqMsj36aU8c6F0oHfw+rUqltCQ14IgYCUwzocmR2O+Pa7B3Cx5VjMfBFHbQaajZsfod8vu7g+aGq/zkjwbhsr/SR4dljJjFJXLGZjIalm9KgP6KInmVDuINfCqP+MHIY5lZkNI7DMcyHDhVc5nSKvCXV7xTDNgmstvh8rB/z51WfHDqGqfBtiuK5FDNxmvYK8OFJ5W94Lu9LDlizcxwK3GAj7arOui7Z5w8bQ6p4seUE3IvJL1Zbj0pZHxvNb6Zeb2Pn8QF1qLlN8YmBktD4aiw0ce4wYRiL87uLgcOxZY7SVXtv2XYFIYWapU/FKjCqa6vK93V/H9eZWEIYNMKnN3wXm2beqVdnKek3OeGJ8v0y7MbSfuLfRtBqbTSNYnpU1Zuo4MQAvHvEPuwCAYkYQajOSRplMH5sULFKptuVqNtOMfjL8jHb8AEoL1acYIk43ydxeYrzzas4fqgCDJ52573/u0RNdF1lkQBLkuM365OB8VRqtpnoxcdEIY/qBc/8TzZ24fxyrs5qdHFcxGSgpN2EP6cJMqpvkemnCNSdhxUqfzm22N7a3O8+4LFSBGOnHto/PwdsvF/01yGYL0LoZTnoO1i6x7AMJPBh+eyDU0ZjGhj/msjmqeb9C8vRqQ+1WjHrIS1iqCD0Czib8tUPD4="