Skip to content

symbols-check: Explicitly use Python 3.

Vinson Lee requested to merge vlee/mesa:fix-symbols-check-python into master

Fix unit tests failures if /usr/bin/python is not available.

32/106 mesa:mapi / shared-glapi symbols check FAIL 0.02 s (exit status 127)

command /usr/bin/env python bin/symbols-check.py --lib src/mapi/shared-glapi/libglapi.so.0.0.0 --symbols-file src/mapi/shared-glapi/glapi-symbols.txt --nm /usr/bin/nm stderr /usr/bin/env: ‘python’: No such file or directory

Signed-off-by: Vinson Lee vlee@freedesktop.org

Edited by Vinson Lee

Merge request reports