Skip to content
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

remove centos7 support, bump cuda and go versions #23

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

tariq1890
Copy link
Contributor

@tariq1890 tariq1890 commented Apr 11, 2024

As cuda version 12.4.1 is no longer available for centos, we remove support for centos

@tariq1890 tariq1890 merged commit 32252ef into main Apr 11, 2024
5 checks passed
@elezar elezar deleted the rm-centos7-upd-cuda-go branch April 12, 2024 06:00
@elezar
Copy link
Member

elezar commented Apr 12, 2024

As a general comment. Could we keep commits for changes such as these separate. We don't need separate PRs, but reverting or cherrypicking a subset of these changes is simpler if they are separate commits.

@@ -112,10 +112,6 @@ trigger-pipeline:
variables:
DIST: rhel9

.dist-centos7:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add a note to the centos7 folder in the repo to indicate that it is no longer supported?

@@ -1,6 +1,6 @@
module vgpu-util

go 1.20
go 1.22.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we revert this instead? This indicate the MINIMUM go version required and does not affect the tooling choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants