Skip to content

[Question] Is it possible to install libgdiplus on the Linux machines? #1171

@adamsitnik

Description

@adamsitnik

As described in #1170 I am working on making it possible to run the performance repo microbenchmarks using the ASP.NET Infrastructure.

The only blocker that remains active when following PRs get merged:

dotnet/performance#591 (already merged)
dotnet/performance#592 (already merged)
dotnet/performance#594 (already merged)
#1170

is missing libgdiplus which is used by System.Drawing microbenchmarks on Linux.

obraz

@sebastienros would it be possible to install libgdiplus on the Linux machines in ASP.NET perf lab? Would it be enough if I just send a PR to

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
# dotnet dependencies?
libunwind-dev \

and extend it with libgdiplus ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions