[Intel-gfx] [PATCH i-g-t 2/4] gitlab-ci: add libatomic to Fedora docker image
Arkadiusz Hiler
arkadiusz.hiler at intel.com
Thu Jun 6 07:21:40 UTC 2019
On Mon, Jun 03, 2019 at 12:54:48PM +0100, Guillaume Tucker wrote:
> Add libatomic to the Fedora docker image so it can link binaries that
> use __atomic_* functions.
>
> Signed-off-by: Guillaume Tucker <guillaume.tucker at collabora.com>
> ---
> Dockerfile.fedora | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Dockerfile.fedora b/Dockerfile.fedora
> index 6686e587613d..c84b412b0723 100644
> --- a/Dockerfile.fedora
> +++ b/Dockerfile.fedora
> @@ -1,7 +1,7 @@
> FROM fedora:30
>
> RUN dnf install -y \
> - gcc flex bison meson ninja-build xdotool \
> + gcc flex bison libatomic meson ninja-build xdotool \
> 'pkgconfig(libdrm)' \
> 'pkgconfig(pciaccess)' \
> 'pkgconfig(libkmod)' \
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
I wonder how does the libatomic gets installed implicitly in Debian.
More information about the Intel-gfx
mailing list