Skip to content

Commit b9d26c8

Browse files
authored
Disable default non-portable build for armel (#41031)
1 parent 60eff3f commit b9d26c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

eng/native/init-distro-rid.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,6 @@ initDistroRidGlobal()
146146
fi
147147
fi
148148

149-
if [ "$buildArch" = "armel" ]; then
150-
# Armel cross build is Tizen specific and does not support Portable RID build
151-
__PortableBuild=0
152-
export __PortableBuild
153-
isPortable=0
154-
fi
155-
156149
initNonPortableDistroRid "${targetOs}" "${buildArch}" "${isPortable}" "${rootfsDir}"
157150

158151
if [ "$buildArch" = "wasm" ]; then

0 commit comments

Comments
 (0)