mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 23:43:56 +02:00
feat: sgx-2.25 dcap-1.22
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
00bb72e3ef
commit
41b3543753
7 changed files with 34 additions and 42 deletions
|
@ -119,17 +119,6 @@ index 4e53085..7047a49 100755
|
|||
pushd ${INSTALL_PATH} &> /dev/null
|
||||
sed -i "s/USR_LIB_VER=.*/USR_LIB_VER=${SGX_VERSION}/" Makefile
|
||||
-tar -zcvf ${TARBALL_NAME} *
|
||||
+tar -zcv --sort=name --owner=root:0 --group=root:0 --mtime='UTC 2019-01-01 00:00:00' -f ${TARBALL_NAME} *
|
||||
popd &> /dev/null
|
||||
diff --git a/QuoteGeneration/installer/linux/common/sgx-dcap-pccs/createTarball.sh b/QuoteGeneration/installer/linux/common/sgx-dcap-pccs/createTarball.sh
|
||||
index fa3286e..cacf5a3 100755
|
||||
--- a/QuoteGeneration/installer/linux/common/sgx-dcap-pccs/createTarball.sh
|
||||
+++ b/QuoteGeneration/installer/linux/common/sgx-dcap-pccs/createTarball.sh
|
||||
@@ -57,5 +57,5 @@ python ${SCRIPT_DIR}/gen_source.py --bom=../licenses/BOM_license.txt --cleanup=f
|
||||
|
||||
# Create the tarball
|
||||
pushd ${INSTALL_PATH} &> /dev/null
|
||||
-tar -zcvf ${TARBALL_NAME} *
|
||||
+tar -zcv --sort=name --owner=root:0 --group=root:0 --mtime='UTC 2019-01-01 00:00:00' -f ${TARBALL_NAME} *
|
||||
popd &> /dev/null
|
||||
diff --git a/QuoteGeneration/installer/linux/common/tdx-qgs/createTarball.sh b/QuoteGeneration/installer/linux/common/tdx-qgs/createTarball.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue