We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf3e18 commit 8e95b81Copy full SHA for 8e95b81
tools/nsc/CMakeLists.txt
@@ -136,7 +136,9 @@ find_file(UCRTBASED_DLL_PATH
136
REQUIRED
137
)
138
139
-# nabla-devel-host-env-windows
+# TODO: nabla-devel-host-env-windows image
140
+# I will use it to cache vulkan spirv-dis with CRTs we
141
+# are configuring this cmake build with into docker layers
142
143
string(APPEND COMPOSE_CONTENT
144
[=[
@@ -149,7 +151,6 @@ services:
149
151
environment:
150
152
NBL_INSTALL_DIRECTORY: "@NBL_INSTALL_DIRECTORY@"
153
NBL_EXPLICIT_MODULE_LOAD_LOG: "ON"
- NABLA_REV_TARGET: "TODO HERE"
154
entrypoint:
155
- "cmd"
156
- "/c"
0 commit comments