From 3eb581cf79f0cf195d6395fafd5a8b355a602242 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 (#21777) --- build-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-test.sh b/build-test.sh index 858085f..7542edb 100755 --- a/build-test.sh +++ b/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