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 2b7d087 commit 82b517bCopy full SHA for 82b517b
tools/nsc/CMakeLists.txt
@@ -342,6 +342,8 @@ networks:
342
string(CONFIGURE "${COMPOSE_CONTENT}" COMPOSE_CONTENT @ONLY)
343
file(WRITE "${NBL_DOCKER_CE_COMPOSE_TARGET}" "${COMPOSE_CONTENT}")
344
make_directory("${GODBOLT_BINARY_DIRECTORY}/.ctx")
345
+
346
+execute_process(COMMAND "${DOCKER_EXE}" compose -f "${NBL_DOCKER_CE_COMPOSE_BASE}" build)
347
execute_process(COMMAND "${DOCKER_EXE}" compose -f "${NBL_DOCKER_CE_COMPOSE_TARGET}" build)
348
349
add_custom_target(run-compiler-explorer
0 commit comments