-
Notifications
You must be signed in to change notification settings - Fork 791
[Devops] Small containers clean-up #20219
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
Conversation
- get_release.py is unused and likely can be removed - we don't test fpga anymore, so I guess we don't need to install the runtime, so change all -> igfx, cpu. May be this part of script may be removed as well. - there is some leftover after drivers install. Do not download .deb.gpg assets & also remove .ddeb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm minor nit
This is how fpga runtime is downloaded: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice cleanup
@intel/llvm-gatekeepers please consider merging |
get_release.py
script is unused. Removing.