From 9e884647222fa9cfbd2d1cb09d88b57564b656bf Mon Sep 17 00:00:00 2001 From: Wenbing Li Date: Wed, 24 Jan 2024 23:42:08 +0000 Subject: [PATCH] fix the pipeline --- .pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/ci.yml b/.pipelines/ci.yml index 09a93c5ea..03792a140 100644 --- a/.pipelines/ci.yml +++ b/.pipelines/ci.yml @@ -180,7 +180,7 @@ stages: - bash: | set -e -x -u echo 'set (OCOS_ENABLE_BERT_TOKENIZER ON CACHE BOOL "" FORCE)' > cmake/_selectedoplist.cmake - ./build.sh -DOCOS_ENABLE_CPP_EXCEPTIONS=OFF -DOCOS_ENABLE_SELECTED_OPLIST=ON + ./build.sh -DOCOS_ENABLE_CPP_EXCEPTIONS=OFF -DOCOS_ENABLE_SELECTED_OPLIST=ON -DOCOS_ENABLE_CTEST=OFF displayName: Build ort-extensions with only one operator was selected - stage: MacOSBuilds