Skip to content

Commit 2f84e51

Browse files
committed
libomp: build it on s390x
See llvm/llvm-project#66081
1 parent 8cadd09 commit 2f84e51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github/functions-big-merge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function is_package_supported_by_chroot() {
4949
local pkg=$1;
5050
local chroot=$2;
5151

52-
if [[ ("$pkg" == "lld" || "$pkg" == "libomp") && $chroot =~ -s390x$ ]]; then
52+
if [[ ("$pkg" == "lld") && $chroot =~ -s390x$ ]]; then
5353
false
5454
else
5555
true

github/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function is_package_supported_by_chroot() {
5555
local pkg=$1;
5656
local chroot=$2;
5757

58-
if [[ ("$pkg" == "lld" || "$pkg" == "libomp") && $chroot =~ -s390x$ ]]; then
58+
if [[ ("$pkg" == "lld") && $chroot =~ -s390x$ ]]; then
5959
false
6060
else
6161
true

0 commit comments

Comments
 (0)