Skip to content

Commit 9db7725

Browse files
committed
[zorg][lldb-statistics] Pass historic build directory to LLDB_prepare
This is an attempt to fix following error: ``` + chmod +x **** + **** sign lldb-build/bin/debugserver chown: lldb-build/bin/debugserver: No such file or directory ```
1 parent bc321d9 commit 9db7725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/jobs/jobs/lldb-statistics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pipeline {
163163
}
164164
script {
165165
def LLDB = new org.swift.LLDB()
166-
LLDB.LLDB_prepare()
166+
LLDB.LLDB_prepare("$HISTORIC_COMPILER-build/bin/debugserver")
167167
}
168168
}
169169
}

0 commit comments

Comments
 (0)