Merge branch 'main' into gramine-v1.8

This commit is contained in:
Harald Hoyer 2024-11-19 23:08:47 +07:00 committed by GitHub
commit 86524f9b3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 3 deletions

View file

@ -22,6 +22,7 @@
, sigFile ? null
, extendedPackages ? [ ]
, customRecursiveMerge ? null
, maxLayers ? 100
}:
assert lib.assertMsg (!(isAzure && sgx_default_qcnl_conf != null)) "sgx_default_qcnl_conf can't be set for Azure";
let
@ -201,6 +202,7 @@ let
inherit tag;
inherit contents;
inherit fromImage;
inherit maxLayers;
includeStorePaths = false;
extraCommands = (mkNixStore contents) + ''
@ -233,6 +235,7 @@ let
inherit config;
inherit tag;
inherit fromImage;
inherit maxLayers;
includeStorePaths = false;
extraCommands = ''
@ -249,6 +252,7 @@ let
inherit tag;
inherit config;
inherit fromImage;
inherit maxLayers;
contents = extendedContents;
};
in