File tree Expand file tree Collapse file tree
bitbots_misc/bitbots_utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 cache : false # Disable caching to avoid issues with large pytorch packages
3737
3838 - name : Build
39- run : pixi run build
39+ run : pixi run build --executor sequential
4040
4141 - name : Test
4242 run : pixi run test --parallel-workers 1
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
1111 set (CMAKE_BUILD_TYPE RelWithDebug)
1212endif ()
1313
14+ set (CMAKE_FIND_DEBUG_MODE ON )
15+
1416execute_process (COMMAND ${CMAKE_COMMAND} -E sleep 1.0 )
1517
1618message (STATUS "CMAKE_PREFIX_PATH = ${CMAKE_PREFIX_PATH} " )
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
66 set (CMAKE_BUILD_TYPE RelWithDebug)
77endif ()
88
9+ set (CMAKE_FIND_DEBUG_MODE ON )
10+
911message (STATUS "CMAKE_PREFIX_PATH = ${CMAKE_PREFIX_PATH} " )
1012
1113execute_process (COMMAND ${CMAKE_COMMAND} -E sleep 1.0 )
You can’t perform that action at this time.
0 commit comments