mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
script: remove gitian reference from symbol-check.py
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user