Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0b8f49

Browse files
committedMay 21, 2021
Cirrus CI: Fix little regression for Mac jobs
Crept in with #3726.
1 parent 357e807 commit b0b8f49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.cirrus.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ task:
155155
OS: osx
156156
PATH: ${CIRRUS_WORKING_DIR}/../cmake/bin:${CIRRUS_WORKING_DIR}/../ninja:${CIRRUS_WORKING_DIR}/../llvm/bin:${PATH}
157157
PARALLELISM: 12
158+
matrix:
159+
- TASK_NAME_SUFFIX: x64
160+
EXTRA_CMAKE_FLAGS: "-DBUILD_LTO_LIBS=ON"
161+
- TASK_NAME_SUFFIX: x64 shared-libs-only
162+
EXTRA_CMAKE_FLAGS: "-DBUILD_LTO_LIBS=ON -DBUILD_SHARED_LIBS=ON"
158163
brew_cache:
159164
folder: "$HOME/Library/Caches/Homebrew"
160-
matrix:
161-
- TASK_NAME_SUFFIX: x64
162-
EXTRA_CMAKE_FLAGS: "-DBUILD_LTO_LIBS=ON"
163-
- TASK_NAME_SUFFIX: x64 shared-libs-only
164-
EXTRA_CMAKE_FLAGS: "-DBUILD_LTO_LIBS=ON -DBUILD_SHARED_LIBS=ON"
165165
<< : *INSTALL_MACOS_PREREQUISITES_TEMPLATE
166166
<< : *COMMON_STEPS_TEMPLATE
167167

0 commit comments

Comments
 (0)
Please sign in to comment.