You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/devtools/symbol-check.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
'''
6
-
A script to check that the executables produced by gitian only contain
7
-
certain symbols and are only linked against allowed libraries.
6
+
A script to check that release executables only contain certain symbols
7
+
and are only linked against allowed libraries.
8
8
9
9
Example usage:
10
10
11
-
find ../gitian-builder/build -type f -executable | xargs python3 contrib/devtools/symbol-check.py
11
+
find ../path/to/binaries -type f -executable | xargs python3 contrib/devtools/symbol-check.py
0 commit comments