File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -938,14 +938,11 @@ task:
938
938
# - Don't use ccache, the files are uncacheable, polluting ccache's
939
939
# cache
940
940
# - Use -fmax-errors, as particularly cpluspluscheck can be very verbose
941
- # - XXX have to disable ICU to avoid errors:
942
- # https://postgr.es/m/20220323002024.f2g6tivduzrktgfa%40alap3.anarazel.de
943
941
# ##
944
942
always :
945
943
headers_headerscheck_script : |
946
944
time ./configure \
947
945
${LINUX_CONFIGURE_FEATURES} \
948
- --without-icu \
949
946
--quiet \
950
947
CC="gcc" CXX"=g++" CLANG="clang-16"
951
948
make -s -j${BUILD_JOBS} clean
Original file line number Diff line number Diff line change 15
15
#include "mb/pg_wchar.h"
16
16
17
17
#ifdef USE_ICU
18
+ /* only include the C APIs, to avoid errors in cpluspluscheck */
19
+ #undef U_SHOW_CPLUSPLUS_API
20
+ #define U_SHOW_CPLUSPLUS_API 0
18
21
#include <unicode/ucol.h>
19
22
#endif
20
23
You can’t perform that action at this time.
0 commit comments