Skip to content

Commit

Permalink
Disable default non-portable build for armel (dotnet#41031)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalykov authored Aug 19, 2020
1 parent 60eff3f commit b9d26c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eng/native/init-distro-rid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,6 @@ initDistroRidGlobal()
fi
fi

if [ "$buildArch" = "armel" ]; then
# Armel cross build is Tizen specific and does not support Portable RID build
__PortableBuild=0
export __PortableBuild
isPortable=0
fi

initNonPortableDistroRid "${targetOs}" "${buildArch}" "${isPortable}" "${rootfsDir}"

if [ "$buildArch" = "wasm" ]; then
Expand Down

0 comments on commit b9d26c8

Please sign in to comment.