]> git.ipfire.org Git - thirdparty/zstd.git/commit
[test] Test that the exec-stack bit isn't set on libzstd.so 2886/head
authorNick Terrell <terrelln@fb.com>
Tue, 30 Nov 2021 20:29:55 +0000 (12:29 -0800)
committerNick Terrell <terrelln@fb.com>
Wed, 1 Dec 2021 02:13:00 +0000 (18:13 -0800)
commit360c2630e4180e6e0510755cbce076e15736b2f0
tree022acb2e691673c15d81cb262c76e527cf09dd23
parent7847c2fd687be41b5b5c2c402764c631320ad6d0
[test] Test that the exec-stack bit isn't set on libzstd.so

Tests that libzstd.so doesn't have the exec-stack bit set using
readelf. If the stack is marked executable systemd will refuse
to link against zstd. We now test that it isn't set on every PR.

Adds a test for PR #2857
Fixes Issue #2865
.github/workflows/dev-short-tests.yml
tests/libzstd_builds.sh [moved from tests/libzstd_partial_builds.sh with 92% similarity]