delve/service
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
..
api Shorten variable types (#3535) 2023-11-09 10:15:25 +01:00
dap TeamCity: speed up ppc64le CI (#3622) 2024-01-09 14:13:00 -08:00
debugger service: fix a bunch of linter warnings from GoLand (#3551) 2023-11-05 17:36:37 +01:00
internal/sameuser service: fix typo in variable name (#3575) 2023-11-19 07:32:03 +01:00
rpc1 service: fix a bunch of linter warnings from GoLand (#3551) 2023-11-05 17:36:37 +01:00
rpc2 service: fix a bunch of linter warnings from GoLand (#3551) 2023-11-05 17:36:37 +01:00
rpccommon service/rpccommon: correct wrong comments (#3397) 2023-05-31 10:11:47 -07:00
test TeamCity: speed up ppc64le CI (#3622) 2024-01-09 14:13:00 -08:00
client.go pkg/terminal: add 'packages' command (#3499) 2023-09-18 08:59:58 -07:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go service: fix typos in comments (#3344) 2023-04-27 13:39:33 -07:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00