summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2024-11-20 17:24:44 +0000
committerDaniil Baturin <daniil@baturin.org>2024-11-20 17:27:02 +0000
commit0b07ed516bb7f3adf755e613089907f0cd534081 (patch)
treec2ccd3cd107ab9d473c579ed1c2ea9985b96aa98 /data
parent2efc869757dab663130e21a86c6f08bc80f589b9 (diff)
downloadvyos-build-0b07ed516bb7f3adf755e613089907f0cd534081.tar.gz
vyos-build-0b07ed516bb7f3adf755e613089907f0cd534081.zip
build: T6905: Add stream build type
Diffstat (limited to 'data')
-rw-r--r--data/build-types/stream.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/build-types/stream.toml b/data/build-types/stream.toml
new file mode 100644
index 00000000..f0207a6a
--- /dev/null
+++ b/data/build-types/stream.toml
@@ -0,0 +1,8 @@
+packages = [
+ "gdb",
+ "strace",
+ "apt-rdepends",
+ "tshark",
+ "vim",
+ "vyos-1x-smoketest"
+]