Message ID | 20250319195719.860431-1-richard.purdie@linuxfoundation.org |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder-helper] config.json: Use buildtools on Ubuntu 20.04 | expand |
diff --git a/config.json b/config.json index 00d61fd..b8083c4 100644 --- a/config.json +++ b/config.json @@ -1988,6 +1988,7 @@ "opensuse154*" : "${BUILDTOOLS_URL}", "opensuse155*" : "${BUILDTOOLS_URL}", "opensuse156*" : "${BUILDTOOLS_URL}", + "ubuntu2004*" : "${BUILDTOOLS_URL}", "perf-alma8*" : "${BUILDTOOLS_URL}", "perf-ubuntu1804-ty-*" : "${BUILDTOOLS_URL}" }
g++ on Ubuntu 20.04 is now too old so switch to using buildtools there. This also lets us switch to a minimum of python 3.9. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 1 + 1 file changed, 1 insertion(+)