Skip to content

Commit

Permalink
Don't build graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkStar1997 committed Aug 5, 2023
1 parent 73774a1 commit cac6b3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simulation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ include_directories(schema/cpp)

if(NOT ANDROID)
add_subdirectory(RandomTests)
add_subdirectory(run)
# TODO: xorg and mesa dependency is currently broken on Ubuntu servers. Fix dependencies in workflows and then enable this
#add_subdirectory(run)
endif()

include(CTest)
Expand Down

0 comments on commit cac6b3c

Please sign in to comment.