Skip to content

Commit

Permalink
race cond
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Vavala <bruno.vavala@intel.com>
  • Loading branch information
bvavala committed Oct 22, 2024
1 parent f80a84a commit 758fac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/__tools__/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fi
cd build
#try cmake ${CMAKE_ARGS} ..
#try make ${MAKE_ARGS}
try cmake --build . -- ${MAKE_ARGS} -j1
try cmake --build . -- ${MAKE_ARGS}

yell --------------- BIN ---------------
cd $SRCDIR/bin
Expand Down

0 comments on commit 758fac1

Please sign in to comment.