We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f698caa commit ef7445fCopy full SHA for ef7445f
.cirrus.yml
@@ -320,3 +320,23 @@ task:
320
- ./ci/cirrus.sh
321
<< : *CAT_LOGS
322
323
+task:
324
+ name: "C++ -fpermissive"
325
+ container:
326
+ dockerfile: ci/linux-debian.Dockerfile
327
+ cpu: 1
328
+ memory: 1G
329
+ env:
330
+ # ./configure correctly errors out when given CC=g++.
331
+ # We hack around this by passing CC=g++ only to make.
332
+ CC: gcc
333
+ MAKEFLAGS: -j2 CC="g++ -fpermissive"
334
+ WERROR_CFLAGS:
335
+ EXPERIMENTAL: yes
336
+ ECDH: yes
337
+ RECOVERY: yes
338
+ SCHNORRSIG: yes
339
+ << : *MERGE_BASE
340
+ test_script:
341
+ - ./ci/cirrus.sh
342
+ << : *CAT_LOGS
0 commit comments