diff mbox series

[yocto-autobuilder-helper,dunfell] config.json: use buildtools for ubuntu2204

Message ID a8c2aa3b5a2249a957bb161a03baa75ab14bf036.1699377913.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,dunfell] config.json: use buildtools for ubuntu2204 | expand

Commit Message

Steve Sakoman Nov. 7, 2023, 5:26 p.m. UTC
Ubuntu 22.04 is triggering reproducibility errors for vim.

Use buildtools here to pick up the fix for this.

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

Patch

diff --git a/config.json b/config.json
index 3520e9a..5b7c81d 100644
--- a/config.json
+++ b/config.json
@@ -1231,6 +1231,7 @@ 
         "perf-centos7*" : "${BUILDTOOLS_URL}",
         "opensuse153*" : "${BUILDTOOLS_URL}",
         "opensuse154*" : "${BUILDTOOLS_URL}",
-        "rocky9*" : "${BUILDTOOLS_URL}"
+        "rocky9*" : "${BUILDTOOLS_URL}",
+        "ubuntu2204*" : "${BUILDTOOLS_URL}"
     }
 }