Skip to content

Commit 61155e7

Browse files
committed
ci: disable clang assembler
1 parent c6d704f commit 61155e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/Jenkinsfile.macos

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ pipeline {
5555
NPROC = Runtime.getRuntime().availableProcessors()
5656
MAKEFLAGS = "V=${params.VERBOSITY} NIM_COMMIT=${params.NIM_COMMIT} -j${env.NPROC}"
5757
XDG_CACHE_HOME = "${env.WORKSPACE_TMP}/.cache"
58+
// Workaround for clang assember https://github.com/OffchainLabs/hashtree/issues/18
59+
CFLAGS = "-fno-integrated-as"
5860
}
5961

6062
stages {

0 commit comments

Comments
 (0)