Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containers: work around protobuf package issues #1038

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 22, 2024

  1. containers: work around protobuf package issues

    Work around errors related to protobuf package locations on centos.
    This is triggered by our squid jobs failing with errors like:
    ```
    22.40  Problem: protobuf-3.14.0-13.el9.i686 from appstream  does not
    belong to a distupgrade repository
    22.40   - package protobuf-compiler-3.14.0-13.el9.x86_64 from @System
    requires protobuf = 3.14.0-13.el9, but none of the providers can be
    installed
    22.40   - cannot install both protobuf-3.14.0-14.el9.x86_64 from
    appstream and protobuf-3.14.0-13.el9.x86_64 from @System
    22.40   - cannot install both protobuf-3.14.0-14.el9.x86_64 from
    appstream and protobuf-3.14.0-13.el9.x86_64 from appstream
    22.40   - cannot install the best update candidate for package
    protobuf-3.14.0-13.el9.x86_64
    22.40   - problem with installed package
    protobuf-compiler-3.14.0-13.el9.x86_64
    22.40 (try to add '--allowerasing' to command line to replace
    conflicting packages or '--skip-broken' to skip uninstallable packages
    or '--nobest' to use not only best candidate packages)
    ------
    ```
    
    Signed-off-by: John Mulligan <[email protected]>
    phlogistonjohn committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    42c7c75 View commit details
    Browse the repository at this point in the history