CI: test_upstream_compat: check binutils again

Related: #357
This commit is contained in:
Oliver Smith 2019-09-16 22:52:19 +02:00
parent aa9cc057f1
commit a3510eca5e
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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-*"}