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 6cf3345 commit 5b4703cCopy full SHA for 5b4703c
contrib/guix/libexec/build.sh
@@ -299,10 +299,11 @@ mkdir -p "$DISTSRC"
299
# Build Bitcoin Core
300
make --jobs="$JOBS" ${V:+V=1}
301
302
- # Perform basic ELF security checks on a series of executables.
+ # 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.
305
make -C src --jobs=1 check-security ${V:+V=1}
- # Check that executables only contain allowed gcc, glibc and libstdc++
- # version symbols for Linux distro back-compatibility.
306
+ # Check that executables only contain allowed version symbols.
307
make -C src --jobs=1 check-symbols ${V:+V=1}
308
309
mkdir -p "$OUTDIR"
0 commit comments