delve/service/dap
Alessandro Arzilli 1a1e215fac
TeamCity: speed up ppc64le CI (#3622)
The builder is currently spending 15 to 20 minutes installing gcc and
upgrading packages every time we run the tests.
Because of this the build fails sometimes by running out of time.
This change reduces that to 5 minutes by:

* switching from curl to wget (which seems to have fewer dependencies)
* not installing gcc on ppc64le
* skipping tests that depend on gcc or other binutils
2024-01-09 14:13:00 -08:00
..
daptest tests: fix tests in go1.22 (#3583) 2023-11-27 14:59:55 -08:00
command.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
config_test.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
config.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
error_ids.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
handles.go service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
server_test.go TeamCity: speed up ppc64le CI (#3622) 2024-01-09 14:13:00 -08:00
server.go service/dap: fix close on closed channel (#3609) 2023-12-26 10:16:52 -08:00
types.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00