fix build args

Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
Xiwen Yu 2025-09-08 09:52:41 +08:00
parent e6bb1fe8af
commit 77657de972

View File

@ -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')]) {