Re: [lldb-dev] [cfe-dev] RFC: Using GitHub Actions for CI testing on the release/* branches

2019-11-13 Thread Philip Reames via lldb-dev
+1, I'll be really curious to know how this works out. Philip On 11/11/19 4:32 PM, Tom Stellard via cfe-dev wrote: > Hi, > > I would like to start using GitHub Actions[1] for CI testing on the release/* > branches. As far as I know we don't have any buildbots listening to the > release branches,

[lldb-dev] Segfault using the lldb python module with a non-Xcode python binary

2019-11-13 Thread António Afonso via lldb-dev
I'm building lldb with python3 support by using the framework that is shipped with the latest versions of Xcode. I'm able to build and run lldb just fine but if I try to use the lldb python module on a python binary that is not the one from Xcode it segfaults when creating the module. I then tried