-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler Installation Ubuntu 24 fix #337
Conversation
Signed-off-by: Rakesh <153008248+RakeshwarK@users.noreply.github.com>
LGTM. Please document the testing done for this bug fix. |
src/VirtualClient/VirtualClient.Dependencies.UnitTests/CompilerInstallationTests.cs
Show resolved
Hide resolved
src/VirtualClient/VirtualClient.Dependencies.UnitTests/CompilerInstallationTests.cs
Outdated
Show resolved
Hide resolved
src/VirtualClient/VirtualClient.Dependencies.UnitTests/CompilerInstallationTests.cs
Show resolved
Hide resolved
src/VirtualClient/VirtualClient.Dependencies/CompilerInstallation.cs
Outdated
Show resolved
Hide resolved
The compiler installation is being used by multiple workloads in Linux, can we test the workloads like STREAM, SpecCpu, etc where this is used, with appropriate Linux versions, to make sure that backward compatibility is maintained. |
I have tested this with 3 workloads on X64 ubuntu (24,22,20) and Arm Ubuntu (24, 22). |
Merging changes to address compiler installation issues on Ubuntu 24.04 |
Remove all alternatives for 'cpp' to avoid the symlink looping issue which is causing the error "too many levels of symbolic links" on Ubuntu 24.04.