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

CI: Enabled OpenCL tests on Linux and OpenGL tests on Windows #4172

Merged
merged 4 commits into from
Oct 14, 2024

Conversation

t20100
Copy link
Member

@t20100 t20100 commented Sep 4, 2024

Checklist:


This PR enables:

  • OpenCL tests on Linux in github actions by using Intel OpenCL ICD (adapted from pyFAI config, thanks @kif !).
  • OpenGL tests on Windows in github actions by a software rasterisation mesa OpenGL lib as it was done on appveyor.

It also explicitly enables/disables OpenCL tests depending on the platforms:

  • Disabled on ubuntu-20.04 because it seg fault. I used suspect the ICD to be incompatible with ubuntu 20.04.
  • Disabled on Windows because installation of OpenCL is not done (yet).

OpenGL tests are now enabled on all platforms

@t20100 t20100 added this to the Next release milestone Sep 4, 2024
@t20100
Copy link
Member Author

t20100 commented Sep 4, 2024

Ready for review

@t20100 t20100 requested a review from kif September 4, 2024 12:34
@t20100 t20100 changed the title CI: Enabled OpenCL tests on Linux CI: Enabled OpenCL tests on Linux and OpenGL tests on Windows Sep 4, 2024
@t20100
Copy link
Member Author

t20100 commented Sep 4, 2024

Also enable OpenGL tests on Windows

@t20100 t20100 merged commit f1ec1c0 into silx-kit:main Oct 14, 2024
8 of 10 checks passed
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.

2 participants