diff mbox series

[yocto-autobuilder-helper,styhead] config.json: Use buildtools tarball for rocky8

Message ID 20250724145027.783899-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper,styhead] config.json: Use buildtools tarball for rocky8 | expand

Commit Message

Ross Burton July 24, 2025, 2:50 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index e12bea7a..daa3987d 100644
--- a/config.json
+++ b/config.json
@@ -1917,6 +1917,7 @@ 
     "buildtools" : {
         "ubuntu1804-arm-*" : "${BUILDTOOLS_ARM_URL}",
         "alma8*"       : "${BUILDTOOLS_URL}",
+        "rocky8*"      : "${BUILDTOOLS_URL}",
         "stream8*"     : "${BUILDTOOLS_URL}",
         "opensuse154*" : "${BUILDTOOLS_URL}",
         "opensuse155*" : "${BUILDTOOLS_URL}",