diff mbox series

[userspace] scripts/ci: install rdma-core-devel for selinux-testsuite

Message ID 20230320123956.181765-1-omosnace@redhat.com (mailing list archive)
State Accepted
Delegated to: Ondrej Mosnáček
Headers show
Series [userspace] scripts/ci: install rdma-core-devel for selinux-testsuite | expand

Commit Message

Ondrej Mosnacek March 20, 2023, 12:39 p.m. UTC
It is required to build it as of commit 4b4922e115e2
("tests/infiniband*: simplify test activation").

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 scripts/ci/fedora-test-runner.sh | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Smalley March 20, 2023, 1 p.m. UTC | #1
On Mon, Mar 20, 2023 at 8:45 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
>
> It is required to build it as of commit 4b4922e115e2
> ("tests/infiniband*: simplify test activation").
>
> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>

Feel free to merge it.

> ---
>  scripts/ci/fedora-test-runner.sh | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/scripts/ci/fedora-test-runner.sh b/scripts/ci/fedora-test-runner.sh
> index 7676f6ea..331b9ec7 100755
> --- a/scripts/ci/fedora-test-runner.sh
> +++ b/scripts/ci/fedora-test-runner.sh
> @@ -61,6 +61,7 @@ dnf install -y \
>      e2fsprogs \
>      jfsutils \
>      dosfstools \
> +    rdma-core-devel \
>      kernel-devel-"$(uname -r)" \
>      kernel-modules-"$(uname -r)"
>
> --
> 2.39.2
>
Ondrej Mosnacek March 20, 2023, 1:45 p.m. UTC | #2
On Mon, Mar 20, 2023 at 2:01 PM Stephen Smalley
<stephen.smalley.work@gmail.com> wrote:
>
> On Mon, Mar 20, 2023 at 8:45 AM Ondrej Mosnacek <omosnace@redhat.com> wrote:
> >
> > It is required to build it as of commit 4b4922e115e2
> > ("tests/infiniband*: simplify test activation").
> >
> > Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
>
> Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>
>
> Feel free to merge it.

Done:
https://github.com/SELinuxProject/selinux/commit/86b49aa7a319b465a3383b89743453708c45b96c

>
> > ---
> >  scripts/ci/fedora-test-runner.sh | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/scripts/ci/fedora-test-runner.sh b/scripts/ci/fedora-test-runner.sh
> > index 7676f6ea..331b9ec7 100755
> > --- a/scripts/ci/fedora-test-runner.sh
> > +++ b/scripts/ci/fedora-test-runner.sh
> > @@ -61,6 +61,7 @@ dnf install -y \
> >      e2fsprogs \
> >      jfsutils \
> >      dosfstools \
> > +    rdma-core-devel \
> >      kernel-devel-"$(uname -r)" \
> >      kernel-modules-"$(uname -r)"
> >
> > --
> > 2.39.2
> >
>
diff mbox series

Patch

diff --git a/scripts/ci/fedora-test-runner.sh b/scripts/ci/fedora-test-runner.sh
index 7676f6ea..331b9ec7 100755
--- a/scripts/ci/fedora-test-runner.sh
+++ b/scripts/ci/fedora-test-runner.sh
@@ -61,6 +61,7 @@  dnf install -y \
     e2fsprogs \
     jfsutils \
     dosfstools \
+    rdma-core-devel \
     kernel-devel-"$(uname -r)" \
     kernel-modules-"$(uname -r)"