Skip to content

Commit 494e7b6

Browse files
committed
ci: use system clang instead of homebrew
1 parent e5f4bd8 commit 494e7b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/Jenkinsfile.macos

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ pipeline {
7171
PLATFORM = "macos/${getArch()}${params.USE_NWAKU ? '-nwaku' : ''}"
7272
/* Improve make performance */
7373
MAKEFLAGS = "-j4 V=2"
74+
/* Use Xcode clang instead of Homebrew */
75+
CC = "/usr/bin/clang"
76+
CXX = "/usr/bin/clang++"
7477
QT_VERSION="6.9.0"
7578
QMAKE = "/Users/admin/${QT_VERSION}/macos/bin/qmake"
7679
/* QMAKE = sh(script: "which qmake", returnStdout: true).trim() */

0 commit comments

Comments
 (0)