From a3510eca5eaa8d1e55e8c02c8b7b68dce34e7cec Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 16 Sep 2019 22:52:19 +0200 Subject: [PATCH] CI: test_upstream_compat: check binutils again Related: #357 --- .gitlab-ci/testcases/test_upstream_compatibility.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/testcases/test_upstream_compatibility.py b/.gitlab-ci/testcases/test_upstream_compatibility.py index 98ccc4807..5b8c69a16 100644 --- a/.gitlab-ci/testcases/test_upstream_compatibility.py +++ b/.gitlab-ci/testcases/test_upstream_compatibility.py @@ -78,8 +78,8 @@ def test_aportgen_versions(args): index = pmb.helpers.repo.alpine_apkindex_path(args, "main", "x86_64") # Alpine packages and patterns for our derivatives - # binutils: frozen at 2.31 for now, until #295 is resolved! - map = {"busybox": "busybox-static-*", + map = {"binutils": "binutils-*", + "busybox": "busybox-static-*", "gcc": "gcc-*", "grub": "grub-efi-*", "musl": "musl-*"}