From 3a9f34e47b9c78d1632d6bc2a140094822490cd8 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 11 Feb 2022 23:02:49 +0400 Subject: [PATCH] Disable some syscalls in snap Qt build --- snap/snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 908cf3df8d..ff265fb35d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -373,6 +373,9 @@ parts: -release \ -opensource \ -confirm-license \ + -no-feature-getentropy \ + -no-feature-renameat2 \ + -no-feature-statx \ -no-feature-highdpiscaling \ -openssl-linked \ -nomake examples \