We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cadd09 commit 9691494Copy full SHA for 9691494
github/functions-big-merge.sh
@@ -49,7 +49,7 @@ function is_package_supported_by_chroot() {
49
local pkg=$1;
50
local chroot=$2;
51
52
- if [[ ("$pkg" == "lld" || "$pkg" == "libomp") && $chroot =~ -s390x$ ]]; then
+ if [[ ("$pkg" == "lld") && $chroot =~ -s390x$ ]]; then
53
false
54
else
55
true
github/functions.sh
@@ -55,7 +55,7 @@ function is_package_supported_by_chroot() {
56
57
58
59
60
61
0 commit comments