8000
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 d4902b6 commit a8a8527Copy full SHA for a8a8527
.cirrus.tasks.yml
@@ -951,17 +951,10 @@ task:
951
###
952
always:
953
headers_headerscheck_script: |
954
- mkdir build-ac && cd build-ac
955
- time ../configure \
956
- ${LINUX_CONFIGURE_FEATURES} \
957
- --without-icu \
958
- --quiet \
959
- CC="gcc" CXX="g++" CLANG="clang"
960
- make -s -j${BUILD_JOBS} world-bin
961
- time make -s headerscheck EXTRAFLAGS='-fmax-errors=10'
+ CC=gcc meson setup build-headerscheck -Dicu=disabled
+ ninja -C build-headerscheck headerscheck
962
headers_cpluspluscheck_script: |
963
- cd build-ac
964
- time make -s cpluspluscheck EXTRAFLAGS='-fmax-errors=10'
+ ninja -C build-headerscheck cpluspluscheck
965
966
967
ccache_stats_end_script:
0 commit comments