[Skiboot] [PATCH] opal-ci: Add openssl as dependency to fedora-rawhide
    Dan Horák 
    dan at danny.cz
       
    Tue Apr  6 18:02:09 AEST 2021
    
    
  
On Mon,  5 Apr 2021 17:53:03 +0530
Vasant Hegde <hegdevasant at linux.vnet.ibm.com> wrote:
> openssl is needed by libstb.
> 
> Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
> ---
>  opal-ci/Dockerfile-fedora-rawhide | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
LGTM, it is the "make check" target that needs openssl (the tool),
right?
Reviewed-by: Dan Horák <dan at danny.cz>
		Dan
> 
> diff --git a/opal-ci/Dockerfile-fedora-rawhide b/opal-ci/Dockerfile-fedora-rawhide
> index cc652fd46..0c9d23919 100644
> --- a/opal-ci/Dockerfile-fedora-rawhide
> +++ b/opal-ci/Dockerfile-fedora-rawhide
> @@ -1,5 +1,5 @@
>  FROM fedora:rawhide
> -RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel
> +RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel
>  RUN dnf -y install gcc-powerpc64-linux-gnu mbedtls-devel
>  # below packages are for building dtc
>  RUN dnf -y install flex bison
> -- 
> 2.26.2
> 
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
    
    
More information about the Skiboot
mailing list