mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
guix: Test security-check sanity before performing them
This commit is contained in:
@@ -299,10 +299,11 @@ mkdir -p "$DISTSRC"
|
|||||||
# Build Bitcoin Core
|
# Build Bitcoin Core
|
||||||
make --jobs="$JOBS" ${V:+V=1}
|
make --jobs="$JOBS" ${V:+V=1}
|
||||||
|
|
||||||
# Perform basic ELF security checks on a series of executables.
|
# Check that symbol/security checks tools are sane.
|
||||||
|
make test-security-check ${V:+V=1}
|
||||||
|
# Perform basic security checks on a series of executables.
|
||||||
make -C src --jobs=1 check-security ${V:+V=1}
|
make -C src --jobs=1 check-security ${V:+V=1}
|
||||||
# Check that executables only contain allowed gcc, glibc and libstdc++
|
# Check that executables only contain allowed version symbols.
|
||||||
# version symbols for Linux distro back-compatibility.
|
|
||||||
make -C src --jobs=1 check-symbols ${V:+V=1}
|
make -C src --jobs=1 check-symbols ${V:+V=1}
|
||||||
|
|
||||||
mkdir -p "$OUTDIR"
|
mkdir -p "$OUTDIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user