Skip to content

Commit

Permalink
Adding make for RHEL/Cent OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
saibulusu committed Jan 22, 2025
1 parent 12e2b8a commit 0b481fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private async Task InstallGccAsync(string gccVersion, EventContext telemetryCont
await this.ExecuteCommandAsync("dnf", "install binutils -y", Environment.CurrentDirectory, telemetryContext, cancellationToken);
await this.ExecuteCommandAsync("dnf", "install glibc-headers glibc-devel -y", Environment.CurrentDirectory, telemetryContext, cancellationToken);
await this.ExecuteCommandAsync("dnf", "install git -y", Environment.CurrentDirectory, telemetryContext, cancellationToken);
await this.ExecuteCommandAsync("dnf", "install gcc -y", Environment.CurrentDirectory, telemetryContext, cancellationToken);
await this.ExecuteCommandAsync("dnf", "install make gcc -y", Environment.CurrentDirectory, telemetryContext, cancellationToken);
}
else
{
Expand Down

0 comments on commit 0b481fc

Please sign in to comment.