Lines Matching +full:no +full:- +full:bulk
1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
8 name: Run-checker daily
13 - cron: '0 6 * * *'
18 run-checker:
20 fail-fast: false
24 no-afalgeng,
25 no-aria,
26 no-asan,
27 no-asm,
28 no-async,
29 no-autoalginit,
30 no-autoerrinit,
31 no-autoload-config,
32 no-bf,
33 no-blake2,
34 no-buildtest-c++,
35 no-bulk,
36 no-cached-fetch,
37 no-camellia,
38 no-capieng,
39 no-cast,
40 no-chacha,
41 no-cmac,
42 no-comp,
43 enable-crypto-mdebug,
44 no-crypto-mdebug,
45 enable-crypto-mdebug-backtrace,
46 no-crypto-mdebug-backtrace,
47 no-deprecated,
48 no-des,
49 no-devcryptoeng,
50 no-dh,
51 no-dsa,
52 no-dtls1,
53 no-dtls1_2,
54 no-dtls1_2-method,
55 no-dtls1-method,
56 no-ecdh,
57 no-ecdsa,
58 enable-ec_nistp_64_gcc_128,
59 no-ec_nistp_64_gcc_128,
60 enable-egd,
61 no-egd,
62 no-engine,
63 no-external-tests,
64 enable-fips,
65 enable-fips enable-acvp-tests,
66 enable-fips no-tls1_3,
67 no-fuzz-afl,
68 no-fuzz-libfuzzer,
69 no-gost,
70 enable-heartbeats,
71 no-heartbeats,
72 no-hw,
73 no-hw-padlock,
74 no-idea,
75 no-makedepend,
76 enable-md2,
77 no-md2,
78 no-md4,
79 no-mdc2,
80 no-module,
81 no-msan,
82 no-multiblock,
83 no-nextprotoneg,
84 no-ocb,
85 no-ocsp,
86 no-padlockeng,
87 no-pic,
88 no-pinshared,
89 no-poly1305,
90 no-posix-io,
91 no-psk,
92 no-rc2,
93 no-rc4,
94 enable-rc5,
95 no-rc5,
96 no-rdrand,
97 no-rfc3779,
98 no-ripemd,
99 no-rmd160,
100 no-scrypt,
101 no-sctp,
102 no-secure-memory,
103 no-seed,
104 no-shared,
105 no-siphash,
106 no-siv,
107 no-sm2,
108 no-sm3,
109 no-sm4,
110 no-sse2,
111 no-ssl,
112 no-ssl3,
113 no-ssl3-method,
114 no-ssl-trace,
115 no-static-engine no-shared,
116 no-stdio,
117 no-tls1,
118 no-tls1_1,
119 no-tls1_1-method,
120 no-tls1_2,
121 no-tls1_2-method,
122 no-tls1-method,
123 no-trace,
124 no-ubsan,
125 no-ui-console,
126 enable-unit-test,
127 no-uplink,
128 no-weak-ssl-ciphers,
129 no-whirlpool,
130 no-zlib,
131 enable-zlib-dynamic,
132 no-zlib-dynamic,
134 runs-on: ubuntu-latest
136 - uses: actions/checkout@v2
137 - name: config
138 run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
139 - name: config dump
140 run: ./configdata.pm --dump
141 - name: make
142 run: make -s -j4
143 - name: make test
144 run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}