From 77657de9725c0f6428b411d2c0f1571fb5161678 Mon Sep 17 00:00:00 2001 From: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:52:41 +0800 Subject: [PATCH] fix build args Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com> --- jenkins/L0_Test.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 624833545f..410248a18b 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -1829,7 +1829,7 @@ def runLLMBuild(pipeline, cpu_arch, reinstall_dependencies=false, wheel_path="", } buildArgs = "--clean" if (cpu_arch == AARCH64_TRIPLE) { - buildArgs += " -a '90-real;100-real;120-real'" + buildArgs += " -a '90-real;100-real;103-real;120-real'" } withCredentials([usernamePassword(credentialsId: "urm-artifactory-creds", usernameVariable: 'CONAN_LOGIN_USERNAME', passwordVariable: 'CONAN_PASSWORD')]) {