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 Sep 24, 2023
1 parent e282182 commit cf176c4
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 cf176c4

Please sign in to comment.