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] Test opengl backend on windows #3924

Merged
merged 2 commits into from
Jan 6, 2022

Conversation

frostming
Copy link
Collaborator

Related issue = Close #3380

@netlify
Copy link

netlify bot commented Dec 31, 2021

✔️ Deploy Preview for jovial-fermat-aa59dc canceled.

🔨 Explore the source changes: 03c47e5

🔍 Inspect the deploy log: https://app.netlify.com/sites/jovial-fermat-aa59dc/deploys/61d57c0c18dbf300092d6007

@bobcao3
Copy link
Collaborator

bobcao3 commented Jan 4, 2022

Is the workflow running in a headless environment? If that's the case OpenGL won't work.

@k-ye
Copy link
Member

k-ye commented Jan 4, 2022

Is the workflow running in a headless environment? If that's the case OpenGL won't work.

Nope, a monitor is connected

@frostming
Copy link
Collaborator Author

frostming commented Jan 4, 2022

Is the workflow running in a headless environment? If that's the case OpenGL won't work.

Nope, a monitor is connected

But it seems the ssh session is headless

Quote from PowerShell/Win32-OpenSSH#1676 (comment):

Windows was specifically designed not to be easily fully usable via something like sshd. OpenSSH for Windows mainly exists to help with remote administration via CMD.EXE and PowerShell.

I will try to use another sshd implementation, but I am not sure if this can be solved.

.github/workflows/testing.yml Outdated Show resolved Hide resolved
@bobcao3
Copy link
Collaborator

bobcao3 commented Jan 4, 2022

GL definitely won't work through an SSH session.

Copy link
Contributor

@ailzhang ailzhang left a comment

Choose a reason for hiding this comment

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

Thanks!

@ailzhang ailzhang merged commit 88ce42e into taichi-dev:master Jan 6, 2022
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.

Test opengl backend for windows CI
4 participants