From c16a1bad33ec793164c36ba15e7def3fe860a859 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 4 Feb 2021 17:35:33 +0100 Subject: Changes for the koi branch in CI. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: Ie1080c88c643c5f1c74a4f115350efb47bfd83bd --- jjb/common/include-apps-header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-apps-header.sh') diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh index 8919f3c6..cb116fba 100644 --- a/jjb/common/include-apps-header.sh +++ b/jjb/common/include-apps-header.sh @@ -109,7 +109,7 @@ case "$TARGETARCH" in x86-64) export TARGETSDKARCH="corei7-64" # starting with master, we use qemu for the SDK. - if test x"master" = x"$AGLBRANCH" -o x"jellyfish" = x"${AGLBRANCH}" ; then + if test x"master" = x"$AGLBRANCH" -o x"jellyfish" = x"${AGLBRANCH}" -o x"koi" = x"${AGLBRANCH}" ; then export TARGETSDKMACHINE="qemux86-64" else export TARGETSDKMACHINE="intel-corei7-64" -- cgit 1.2.3-korg