Skip to content

Commit

Permalink
fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Jan 24, 2024
1 parent 0c657c1 commit 9e88464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e88464

Please sign in to comment.