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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2017-04-20 12:32:14 +0300
committerHyeongseok Oh <hseok82.oh@samsung.com>2017-04-20 12:32:14 +0300
commit58b8ec6c96fa29bb902055f9f0148b32f4ec8e34 (patch)
tree0d2e866ae9b466816dcc8d2aefdf12c45e7a0669 /cross
parenta1f530342368aea9491d519f71ca670e4d7d2570 (diff)
[x86/Linux] Change CI docker image
Change CI docker image to support clang-3.9
Diffstat (limited to 'cross')
-rwxr-xr-xcross/x86_ci_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/x86_ci_script.sh b/cross/x86_ci_script.sh
index 59e07ec5d5..16b0593a58 100755
--- a/cross/x86_ci_script.sh
+++ b/cross/x86_ci_script.sh
@@ -24,7 +24,7 @@ function cross_build_native_with_docker {
__currentWorkingDirectory=`pwd`
# choose Docker image
- __dockerImage=" hseok82/dotnet-buildtools-prereqs:ubuntu1604_cross_prereqs_v3_x86"
+ __dockerImage=" hseok82/dotnet-buildtools-prereqs:ubuntu-16.04-crossx86-ef0ac75-20175511035548"
__dockerEnvironmentVariables="-e ROOTFS_DIR=/crossrootfs/x86"
__runtimeOS="ubuntu.16.04"