Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2020-07-06 15:35:58 +0300
committerGitHub <noreply@github.com>2020-07-06 15:35:58 +0300
commit9e946e97775b8693b12a73a6621bfbbe633d12d2 (patch)
treeecc7216658bec55ef1a5671811b7151426bd93f4 /eng/common/cross/build-rootfs.sh
parentc66de69e26d67d2c87f00864a35f69e8908a903b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200630.3 (#1311)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20330.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'eng/common/cross/build-rootfs.sh')
-rwxr-xr-xeng/common/cross/build-rootfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh
index d6ec94b73..ffdff3854 100755
--- a/eng/common/cross/build-rootfs.sh
+++ b/eng/common/cross/build-rootfs.sh
@@ -167,8 +167,8 @@ while :; do
__LLDB_Package="liblldb-6.0-dev"
;;
tizen)
- if [ "$__BuildArch" != "armel" ]; then
- echo "Tizen is available only for armel."
+ if [ "$__BuildArch" != "armel" ] && [ "$__BuildArch" != "arm64" ]; then
+ echo "Tizen is available only for armel and arm64."
usage;
exit 1;
fi