Skip to content

Commit 82b517b

Browse files
committed
forgot to commit one line
1 parent 2b7d087 commit 82b517b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/nsc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ networks:
342342
string(CONFIGURE "${COMPOSE_CONTENT}" COMPOSE_CONTENT @ONLY)
343343
file(WRITE "${NBL_DOCKER_CE_COMPOSE_TARGET}" "${COMPOSE_CONTENT}")
344344
make_directory("${GODBOLT_BINARY_DIRECTORY}/.ctx")
345+
346+
execute_process(COMMAND "${DOCKER_EXE}" compose -f "${NBL_DOCKER_CE_COMPOSE_BASE}" build)
345347
execute_process(COMMAND "${DOCKER_EXE}" compose -f "${NBL_DOCKER_CE_COMPOSE_TARGET}" build)
346348

347349
add_custom_target(run-compiler-explorer

0 commit comments

Comments
 (0)