CI: test_upstream_compat: disable binutils check
We need to freeze binutils at 2.31 (Alpine has 2.32 already), until issue #295 is resolved. Let's disable the test, so the testsuite passes again if everything else is good, and we don't start to ignore whether it fails or not.
This commit is contained in:
parent
c61f0dae5e
commit
cd94b3ef74
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
map = {"binutils": "binutils-*",
|
||||
"busybox": "busybox-static-*",
|
||||
# binutils: frozen at 2.31 for now, until #295 is resolved!
|
||||
map = {"busybox": "busybox-static-*",
|
||||
"gcc": "gcc-*",
|
||||
"grub": "grub-efi-*",
|
||||
"musl": "musl-*"}
|
||||
|
|
Loading…
Reference in a new issue