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

Build taichi with opengl off and vulkan on failed on master #5800

Closed
ailzhang opened this issue Aug 17, 2022 · 1 comment · Fixed by #5807
Closed

Build taichi with opengl off and vulkan on failed on master #5800

ailzhang opened this issue Aug 17, 2022 · 1 comment · Fixed by #5807
Assignees
Labels
build Build related issues

Comments

@ailzhang
Copy link
Contributor

To repro: TAICHI_CMAKE_ARGS="-DTI_WITH_VULKAN:BOOL=ON -DTI_WITH_OPENGL:BOOL=OFF -DTI_BUILD_TESTS:BOOL=OFF -DTI_EXPORT_CORE:BOOL=ON -DTI_WITH_C_API:BOOL=ON" python setup.py develop

IMHO the root cause is probably that vulkan_prog_impl/opengl_prog_impl should depend on spirv_codegen. #4832 (comment)
cc: @qiao-bo

@qiao-bo
Copy link
Contributor

qiao-bo commented Aug 17, 2022

Thanks for the hint. Actually, this is another example that our CI fails to cover all our build combinations. Perhaps we can set a build matrix in nightly?

Repository owner moved this from Untriaged to Done in Taichi Lang Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build related issues
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants