Skip to content

Commit

Permalink
Merged PR 30415: Fix macOS clang builds
Browse files Browse the repository at this point in the history
This PR explicitly disables server compilation in macOS build with clang. It seems an update to the macos-12 environment provided openssl and boost, which when found by cmake, enables compilation of marian-server, which doesn't work with clang.
  • Loading branch information
Roman Grundkiewicz committed Jul 24, 2023
1 parent c83d47f commit 9af4740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ stages:
-DCOMPILE_CPU=on \
-DCOMPILE_CUDA=off \
-DCOMPILE_EXAMPLES=on \
-DCOMPILE_SERVER=on \
-DCOMPILE_SERVER=off \
-DCOMPILE_TESTS=on \
-DUSE_FBGEMM=on \
-DUSE_SENTENCEPIECE=on \
Expand Down

0 comments on commit 9af4740

Please sign in to comment.