Skip to content

Commit

Permalink
remove USES_TERMINAL from bazel Cmake command
Browse files Browse the repository at this point in the history
On my local Linux VM, it seems that removing USES_TERMINAL solves the problem of that 3 hour hang after bazel build
  • Loading branch information
mostafaelhoushi authored Jun 9, 2022
1 parent 45fb0a0 commit 2463ecd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external/programl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ externalproject_add_step(
@labm8//labm8/cpp:string @labm8//labm8/cpp:stringpiece
DEPENDEES update
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/programl/src/programl"
USES_TERMINAL TRUE
)

0 comments on commit 2463ecd

Please sign in to comment.