Skip to content

Commit

Permalink
[zorg][lldb-statistics] Pass historic build directory to LLDB_prepare
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
Michael137 committed Oct 25, 2024
1 parent bc321d9 commit 9db7725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/jenkins/jobs/jobs/lldb-statistics
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pipeline {
}
script {
def LLDB = new org.swift.LLDB()
LLDB.LLDB_prepare()
LLDB.LLDB_prepare("$HISTORIC_COMPILER-build/bin/debugserver")
}
}
}
Expand Down

0 comments on commit 9db7725

Please sign in to comment.