Skip to content
Snippets Groups Projects
Verified Commit 2e17b515 authored by Adam Mercer's avatar Adam Mercer
Browse files

update to swig-4.1

parent bc3a53d7
No related branches found
No related tags found
No related merge requests found
Pipeline #575050 passed with warnings
Pipeline: builder

#575068

    Pipeline: koji-client

    #575067

      Pipeline: Lint

      #575066

        +7
        ......@@ -31,8 +31,8 @@ RUN dnf -y install \
        # disable upstream epel
        RUN dnf config-manager --set-disabled epel
        # enable swig4 module
        RUN dnf -y module enable swig:4.0
        # enable swig4.1 module
        RUN dnf -y module enable swig:4.1
        # install available updates
        RUN dnf -y update && dnf clean all
        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