mirror of
https://github.com/juanfont/headscale.git
synced 2025-12-08 16:52:47 -05:00
integration: Use Eventually around external calls (#2685)
This commit is contained in:
@@ -143,7 +143,6 @@
|
||||
yq-go
|
||||
ripgrep
|
||||
postgresql
|
||||
traceroute
|
||||
|
||||
# 'dot' is needed for pprof graphs
|
||||
# go tool pprof -http=: <source>
|
||||
@@ -160,7 +159,8 @@
|
||||
|
||||
# Add hi to make it even easier to use ci runner.
|
||||
hi
|
||||
];
|
||||
]
|
||||
++ lib.optional pkgs.stdenv.isLinux [traceroute];
|
||||
|
||||
# Add entry to build a docker image with headscale
|
||||
# caveat: only works on Linux
|
||||
|
||||
Reference in New Issue
Block a user