Skip to content

Commit 5b4703c

Browse files
dongcarlfanquake
authored andcommitted
guix: Test security-check sanity before performing them
1 parent 6cf3345 commit 5b4703c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contrib/guix/libexec/build.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,11 @@ mkdir -p "$DISTSRC"
299299
# Build Bitcoin Core
300300
make --jobs="$JOBS" ${V:+V=1}
301301

302-
# Perform basic ELF security checks on a series of executables.
302+
# Check that symbol/security checks tools are sane.
303+
make test-security-check ${V:+V=1}
304+
# Perform basic security checks on a series of executables.
303305
make -C src --jobs=1 check-security ${V:+V=1}
304-
# Check that executables only contain allowed gcc, glibc and libstdc++
305-
# version symbols for Linux distro back-compatibility.
306+
# Check that executables only contain allowed version symbols.
306307
make -C src --jobs=1 check-symbols ${V:+V=1}
307308

308309
mkdir -p "$OUTDIR"

0 commit comments

Comments
 (0)