From e5eacc6d1192c1ced310e93013ce917e2fe023a7 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Fri, 12 Jan 2024 22:09:25 -0500 Subject: [PATCH] Fix cuda-packaging-pipeline.yml (#19115) ### Description ### Motivation and Context --- .../ci_build/github/azure-pipelines/cuda-packaging-pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/cuda-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/cuda-packaging-pipeline.yml index a53416997025e..df7b5f59d28fc 100644 --- a/tools/ci_build/github/azure-pipelines/cuda-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/cuda-packaging-pipeline.yml @@ -125,8 +125,6 @@ stages: parameters: BaseImage: 'registry.access.redhat.com/ubi8/ubi' OnnxruntimeArch: 'x64' - OnnxruntimeCFlags: '-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fcf-protection -O3 -Wl,--strip-all' - OnnxruntimeCXXFlags: '-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fcf-protection -O3 -Wl,--strip-all' OnnxruntimeNodejsBindingArch: 'x64' PoolName: 'onnxruntime-Ubuntu2004-AMD-CPU' PackageJava: false