]> git.ipfire.org Git - thirdparty/suricata.git/commit
github-ci: non-root builder 8217/head
authorJason Ish <jason.ish@oisf.net>
Thu, 27 Oct 2022 19:14:07 +0000 (13:14 -0600)
committerVictor Julien <vjulien@oisf.net>
Mon, 28 Nov 2022 18:32:31 +0000 (19:32 +0100)
commit64fab3be0403c62a343f515bcb23b3986541c1b4
treeddfa2835ece7c77e18539d44b8f6386a678c3dd3
parent91617f479a3f0c4a643b3f895de15d007a66ef6d
github-ci: non-root builder

All the GitHub CI jobs run as root inside a container. This means the
testing is done in a different environment than a developer typically
uses, running as a user.

Add a job that does the build as a non-root user.
.github/workflows/builds.yml
.github/workflows/scripts/fedora-non-root.sh [new file with mode: 0755]