We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fc9a0 commit 797b3edCopy full SHA for 797b3ed
contrib/devtools/symbol-check.py
@@ -3,12 +3,12 @@
3
# Distributed under the MIT software license, see the accompanying
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
'''
6
-A script to check that the executables produced by gitian only contain
7
-certain symbols and are only linked against allowed libraries.
+A script to check that release executables only contain certain symbols
+and are only linked against allowed libraries.
8
9
Example usage:
10
11
- 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
12
13
import subprocess
14
import sys
0 commit comments