summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorHyung-Kyu Choi <hk0110.choi@samsung.com>2017-02-09 15:28:35 +0900
committerHyung-Kyu Choi <hk0110.choi@samsung.com>2017-03-15 17:36:53 +0900
commitcf77c696f7ca30786acaa5b5f4325b64236f5429 (patch)
tree6573ee4672b9af4fdfd0cfe4f608ed1bb5f8ec4c /cross
parent19e1cd299da301d1b2cb18ae8479595dbfc7224c (diff)
downloadcoreclr-cf77c696f7ca30786acaa5b5f4325b64236f5429.tar.gz
coreclr-cf77c696f7ca30786acaa5b5f4325b64236f5429.tar.bz2
coreclr-cf77c696f7ca30786acaa5b5f4325b64236f5429.zip
[ARM/CI] new ARM CI using Docker
1. Enable ARM cross-build using Docker For arm, rootfs is prepared inaide Docker image which is used for official pipeline build. For armel, rootfs is constructed for Tizen. Release, Debug, Checked build is available. 2. Run unit test using Docker Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Diffstat (limited to 'cross')
-rw-r--r--cross/armel/tizen/tizen-dotnet.ks44
1 files changed, 44 insertions, 0 deletions
diff --git a/cross/armel/tizen/tizen-dotnet.ks b/cross/armel/tizen/tizen-dotnet.ks
new file mode 100644
index 0000000000..4fca3d1c0f
--- /dev/null
+++ b/cross/armel/tizen/tizen-dotnet.ks
@@ -0,0 +1,44 @@
+lang en_US.UTF-8
+keyboard us
+timezone --utc Asia/Seoul
+
+part / --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime
+
+repo --name=mobile --baseurl=http://download.tizen.org/snapshots/tizen/mobile/latest/repos/arm-wayland/packages/ --ssl_verify=no
+repo --name=base --baseurl=http://download.tizen.org/snapshots/tizen/base/latest/repos/arm/packages/ --ssl_verify=no
+
+%packages
+tar
+gzip
+
+sed
+grep
+gawk
+perl
+
+binutils
+findutils
+util-linux
+procps-ng
+tzdata
+ca-certificates
+
+### Core FX
+libicu
+libuuid
+libunwind
+iputils
+zlib
+krb5
+libcurl
+libopenssl
+
+%end
+
+%post
+
+### Update /tmp privilege
+chmod 777 /tmp
+####################################
+
+%end