From 740bddf7ddfd2a433d568d678100c83df40039fe Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 9 Feb 2022 09:56:14 +0000 Subject: [PATCH] trivial: Do not use use sudo to use firmware-build It's not needed anymore. --- contrib/ci/oss-fuzz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/ci/oss-fuzz.py b/contrib/ci/oss-fuzz.py index 5959c9f9a..a810a745d 100755 --- a/contrib/ci/oss-fuzz.py +++ b/contrib/ci/oss-fuzz.py @@ -154,7 +154,6 @@ class Builder: print("building {} into {}".format(fn_src, fn_dst)) try: argv = [ - "sudo", "build/src/fwupdtool", "firmware-build", fn_src,