this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25875 from dra27/fix-5.2.0-tsan

Fix 5.2.0 release packages for ppc64 and tsan

authored by

Marcello Seri and committed by
GitHub
6921369f 56267619

+6 -3
+1 -1
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0/opam
··· 17 17 "base-domains" {post} 18 18 "base-nnp" {post} 19 19 "ocaml-options-vanilla" {post} 20 - "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"} 20 + "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"} 21 21 ] 22 22 conflict-class: "ocaml-core-compiler" 23 23 flags: compiler
+5 -2
packages/ocaml-variants/ocaml-variants.5.2.0+options/opam
··· 23 23 "base-threads" {post} 24 24 "base-domains" {post} 25 25 "base-nnp" {post} 26 - "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"} 26 + "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"} 27 27 ] 28 28 conflict-class: "ocaml-core-compiler" 29 29 flags: compiler ··· 43 43 "--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed} 44 44 "--enable-flambda" {ocaml-option-flambda:installed} 45 45 "--enable-frame-pointers" {ocaml-option-fp:installed} 46 - "--without-zstd" {ocaml-option-no-compression:installed} 46 + "--without-zstd" {ocaml-option-no-compression:installed} 47 + "--enable-tsan" {ocaml-option-tsan:installed} 47 48 "CC=cc" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 49 + "CC=clang" {ocaml-option-tsan:installed & (os="macos")} 48 50 "CC=musl-gcc" {ocaml-option-musl:installed & os-distribution!="alpine"} 49 51 "CFLAGS=-Os" {ocaml-option-musl:installed} 50 52 "LDFLAGS=-Wl,--no-as-needed,-ldl" {ocaml-option-leak-sanitizer:installed | (ocaml-option-address-sanitizer:installed & os!="macos")} ··· 79 81 "ocaml-option-leak-sanitizer" 80 82 "ocaml-option-address-sanitizer" 81 83 "ocaml-option-static" 84 + "ocaml-option-tsan" 82 85 ]