Skip to content

Commit

Permalink
Make sure libXtst is installed for Maya 2019 tests to run
Browse files Browse the repository at this point in the history
Strangely, without libXtst "mayapy" will not run the latest mmSolver
test suite.

This was never an issue before, so I'm not sure what has changed.
  • Loading branch information
david-cattermole committed Oct 9, 2023
1 parent 8adbc10 commit 46c6da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/docker/Dockerfile_maya2019
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN yum install --assumeyes \
libXrandr \
libXrender \
libXt \
libXtst \
libxcb \
libxkbcommon \
libxkbcommon-x11 \
Expand Down

0 comments on commit 46c6da9

Please sign in to comment.