Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5bacdb4

Browse files
committed
Update Tizen CI RID (#30692)
* Update Tizen RID for CI * Update Tizen url for rootfs generation
1 parent 72e0e2a commit 5bacdb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cross/arm32_ci_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function cross_build_corefx_with_docker {
211211
__dockerImage=" tizendotnet/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180426002255-tizen-rootfs-5.0m1"
212212
__skipRootFS=1
213213
__dockerEnvironmentVariables+=" -e ROOTFS_DIR=/crossrootfs/armel.tizen.build"
214-
__runtimeOS="tizen.4.0.0"
214+
__runtimeOS="tizen.5.0.0"
215215
;;
216216
*)
217217
echo "ERROR: $__linuxCodeName is not a supported linux name for $__buildArch"

cross/armel/tizen-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ ! -d $TMPDIR ]; then
5151
mkdir -p $TMPDIR
5252
fi
5353

54-
TIZEN_URL=http://download.tizen.org/snapshots/tizen
54+
TIZEN_URL=http://download.tizen.org/releases/milestone/tizen
5555
BUILD_XML=build.xml
5656
REPOMD_XML=repomd.xml
5757
PRIMARY_XML=primary.xml

0 commit comments

Comments
 (0)