File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3446
3446
"LLDB_CAN_USE_LLDB_SERVER" : "OFF" ,
3447
3447
"LLDB_TEST_USER_ARGS" : util .Interpolate (
3448
3448
"--env;ARCH_CFLAGS=-mcpu=cortex-a78;" \
3449
- "--platform-name;remote-linux" ),
3449
+ "--platform-name;remote-linux;" \
3450
+ "--skip-category=lldb-server" ),
3450
3451
},
3451
3452
cmake_options = [
3452
3453
"-C" , util .Interpolate ("%(prop:srcdir_relative)s/clang/cmake/caches/CrossWinToARMLinux.cmake" ),
3573
3574
"LLDB_CAN_USE_LLDB_SERVER" : "OFF" ,
3574
3575
"LLDB_TEST_USER_ARGS" : util .Interpolate (
3575
3576
"--env;ARCH_CFLAGS=-mcpu=cortex-a78;" \
3576
- "--platform-name;remote-linux" ),
3577
+ "--platform-name;remote-linux;" \
3578
+ "--skip-category=lldb-server" ),
3577
3579
},
3578
3580
cmake_options = [
3579
3581
"-C" , util .Interpolate ("%(prop:srcdir_relative)s/clang/cmake/caches/CrossWinToARMLinux.cmake" ),
You can’t perform that action at this time.
0 commit comments