Compare commits

...

1 Commits
c8 ... c8

Author SHA1 Message Date
Hemant Kumar Meena b2ba434c6f build using clang 2024-04-12 08:55:44 +05:30
1 changed files with 3 additions and 1 deletions

View File

@ -196,7 +196,7 @@ URL: https://curl.haxx.se/
BuildRequires: automake
BuildRequires: brotli-devel
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: clang
BuildRequires: groff
BuildRequires: krb5-devel
BuildRequires: libidn2-devel
@ -437,6 +437,8 @@ echo "582" >> tests/data/DISABLED
sed -e 's/^35$/35,52/' -i tests/data/test323
%build
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
mkdir build-{full,minimal}
export common_configure_opts=" \
--cache-file=../config.cache \