#59 Add option to easier build with clang
Opened 9 months ago by trixieua. Modified 9 months ago
rpms/ trixieua/firefox rawhide  into  rawhide

file modified
+8
@@ -30,6 +30,14 @@ 

  %global build_with_asan   0

  %global test_on_wayland   0

  

+ %bcond_with toolchain_clang

+ 

+ %if %{with toolchain_clang}

+ %global toolchain clang

+ %else

+ %global toolchain gcc

+ %endif

+ 

  %if "%{toolchain}" == "clang"

  %global build_with_clang 1

  %else

Add --with=toolchain_clang option to build with clang

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/754c0e7b648249eb917a0bce0689bc35

Metadata