diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-02-24 13:19:00 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-02-24 13:19:00 +0100 |
commit | 88735060c38ea01dc198c665fe8d6559c3b61ea7 (patch) | |
tree | b5c326948740813f5ae5b8c222a7ea7108ace50b | |
parent | Add a different rust config (diff) | |
download | binhost-88735060c38ea01dc198c665fe8d6559c3b61ea7.tar.gz binhost-88735060c38ea01dc198c665fe8d6559c3b61ea7.tar.bz2 binhost-88735060c38ea01dc198c665fe8d6559c3b61ea7.zip |
Add gdb and strace
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | builders/milou/server-v3/world | 2 | ||||
-rw-r--r-- | builders/milou/server/world | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/builders/milou/server-v3/world b/builders/milou/server-v3/world index f0ced74..354baa0 100644 --- a/builders/milou/server-v3/world +++ b/builders/milou/server-v3/world @@ -36,6 +36,8 @@ app-editors/neovim app-editors/vim app-emacs/ebuild-mode app-portage/gentoolkit +dev-debug/gdb +dev-debug/strace net-dialup/minicom net-misc/chrony net-misc/dhcpcd diff --git a/builders/milou/server/world b/builders/milou/server/world index f0ced74..354baa0 100644 --- a/builders/milou/server/world +++ b/builders/milou/server/world @@ -36,6 +36,8 @@ app-editors/neovim app-editors/vim app-emacs/ebuild-mode app-portage/gentoolkit +dev-debug/gdb +dev-debug/strace net-dialup/minicom net-misc/chrony net-misc/dhcpcd |