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

Add CI stage to build against current Vulkan-Docs main branch #1761

Open
oddhack opened this issue Jan 3, 2024 · 2 comments
Open

Add CI stage to build against current Vulkan-Docs main branch #1761

oddhack opened this issue Jan 3, 2024 · 2 comments

Comments

@oddhack
Copy link

oddhack commented Jan 3, 2024

Per #1760, could you add a CI stage that pulls the current Vulkan-Docs main branch, generates whatever artifacts you need from that, and builds / compiles Vulkan-Hpp based on that? Basically the counterpart of the vulkan hpp-generate / hpp-compile stages. That would hopefully catch new Vulkan-Hpp issues before they affect all new runs of the CI stages in the vulkan repos.

@asuessenbach
Copy link
Contributor

That sounds like a good idea.
But in view of the error pattern and its solution, I would assume that it's a compiler specific issue. So maybe it's a better move to add the compiler you're using to our CI.
I see, your builds run on "ubuntu-latest", which is 22.04. But I can't identify the compiler version(s) used. Can you help me with that?

@oddhack
Copy link
Author

oddhack commented Jan 3, 2024

It doesn't really matter what the runs on is since everything is packaged in a Docker container running Debian - at present

gcc version 10.2.1 20210110 (Debian 10.2.1-6)

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

No branches or pull requests

2 participants