Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

Make antora docs build work without pulling submodules

Open oddhack opened this issue 1 year ago • 1 comments

Per https://github.com/KhronosGroup/Vulkan-Samples/issues/1180#issuecomment-2389081462, @gpx1000 volunteered to configure cmake such that we don't need to pull the submodules just to build the docs.vulkan.org samples component. Creating a tracking issue for that.

oddhack avatar Oct 07 '24 22:10 oddhack

Would also be nice if we could somehow decouple the antora docs build from the actual samples build. For a recent PR I had to add some Linux libraries to get samples to build and had to do that in three different CI files, including the one for the antora docs build.

SaschaWillems avatar Nov 30 '24 14:11 SaschaWillems