script: remove gitian reference from symbol-check.py

This commit is contained in:
fanquake
2021-07-06 11:44:37 +08:00
parent 15fc9a0299
commit 797b3ed909

View File

@@ -3,12 +3,12 @@
# Distributed under the MIT software license, see the accompanying # Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php. # file COPYING or http://www.opensource.org/licenses/mit-license.php.
''' '''
A script to check that the executables produced by gitian only contain A script to check that release executables only contain certain symbols
certain symbols and are only linked against allowed libraries. and are only linked against allowed libraries.
Example usage: Example usage:
find ../gitian-builder/build -type f -executable | xargs python3 contrib/devtools/symbol-check.py find ../path/to/binaries -type f -executable | xargs python3 contrib/devtools/symbol-check.py
''' '''
import subprocess import subprocess
import sys import sys