Skip to content

Commit d9582d1

Browse files
committed
appveyor: turned off parallel build for clang, C++17
1 parent 92eee16 commit d9582d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ environment:
4646
CC: clang
4747
CXX: clang++
4848
SQLITE_ORM_CXX_STANDARD: "-DSQLITE_ORM_ENABLE_CXX_17=ON"
49-
cmake_build_parallel: --parallel
49+
# clang was stuck with a parallel build
50+
cmake_build_parallel: ""
5051

5152
- job_name: gcc, C++17
5253
appveyor_build_worker_image: Ubuntu

0 commit comments

Comments
 (0)