Skip to content
Snippets Groups Projects
Unverified Commit 6b267e80 authored by Oliver Smith's avatar Oliver Smith
Browse files

CI: disable test_soname_bump

Temporarily disabled, because the postmarketOS binary repository has
armhf packages for various kde related packages depending on
qt5-qtwebengine-dev, although qt5-qtwebengine-dev isn't available for
armhf anymore. All related pmaports were disabled for armhf, however
currently the binary repository does not delete binary packages yet,
after the corresponding pmaport was deleted/disabled for a given arch.
I'll work on this with high priority, so we can enable the test again.

Related: https://gitlab.com/postmarketOS/build.postmarketos.org/issues/38
parent d1bd790f
No related branches found
No related tags found
No related merge requests found
Pipeline #194742 passed
......@@ -36,6 +36,17 @@ def args(request):
@pytest.mark.pmaports_upstream_compat
def test_soname_bump(args):
# Temporarily disabled, because the postmarketOS binary repository has
# armhf packages for various kde related packages depending on
# qt5-qtwebengine-dev, although qt5-qtwebengine-dev isn't available for
# armhf anymore. All related pmaports were disabled for armhf, however
# currently the binary repository does not delete binary packages yet,
# after the corresponding pmaport was deleted/disabled for a given arch.
# I'll work on this with high priority, so we can enable the test again.
# Related: https://gitlab.com/postmarketOS/build.postmarketos.org/issues/38
# - ollieparanoid
return True
if pmb.helpers.pkgrel_bump.auto(args, True):
raise RuntimeError("One or more packages need to be rebuilt, because"
" a library they link against had an incompatible"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment