From 2132a16450aa78d0bd3286cd42fccc136ad0b5d5 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Fri, 4 Jan 2019 10:44:00 -0800 Subject: [PATCH] Specify value of __RuntimeId for non-portable Linux test builds in build-test.sh (dotnet/coreclr#21777) Commit migrated from https://github.com/dotnet/coreclr/commit/3eb581cf79f0cf195d6395fafd5a8b355a602242 --- src/coreclr/build-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/build-test.sh b/src/coreclr/build-test.sh index 858085f..7542edb 100755 --- a/src/coreclr/build-test.sh +++ b/src/coreclr/build-test.sh @@ -61,6 +61,7 @@ initTargetDistroRid() fi else export __DistroRid="$__HostDistroRid" + export __RuntimeId="$__HostDistroRid" fi if [ "$ID.$VERSION_ID" == "ubuntu.16.04" ]; then -- 2.7.4