diff mbox series

[yocto-autobuilder-helper,kirkstone] config.json: Switch alma8/stream8/opensuse to use full buildtools

Message ID 06ac703637c7aeccd54362e7df409d1d63845af0.1685542342.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,kirkstone] config.json: Switch alma8/stream8/opensuse to use full buildtools | expand

Commit Message

Steve Sakoman May 31, 2023, 2:14 p.m. UTC
Also drop centos8 as we don't test that now.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 32ffd52..abfa853 100644
--- a/config.json
+++ b/config.json
@@ -1232,12 +1232,11 @@ 
         "debian9*" : "${BUILDTOOLS_URL}",
         "centos7*" : "${BUILDTOOLS_URL}",
         "ubuntu1604*" : "${BUILDTOOLS_URL}",
-        "alma8*"       : "${BUILDTOOLS_MAKE_URL}",
-        "centos8*"     : "${BUILDTOOLS_MAKE_URL}",
-        "stream8*"     : "${BUILDTOOLS_MAKE_URL}",
-        "opensuse153*" : "${BUILDTOOLS_MAKE_URL}",
-        "opensuse154*" : "${BUILDTOOLS_MAKE_URL}",
-        "perf-alma8*"  : "${BUILDTOOLS_MAKE_URL}",
+        "alma8*"       : "${BUILDTOOLS_URL}",
+        "stream8*"     : "${BUILDTOOLS_URL}",
+        "opensuse153*" : "${BUILDTOOLS_URL}",
+        "opensuse154*" : "${BUILDTOOLS_URL}",
+        "perf-alma8*"  : "${BUILDTOOLS_URL}",
         "perf-centos7*" : "${BUILDTOOLS_URL}",
         "perf-ubuntu1604*" : "${BUILDTOOLS_URL}"
     }