Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Gramine Integration with Avalon
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk97 committed Oct 29, 2021
1 parent daa3970 commit 324b2c5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 132 deletions.
127 changes: 0 additions & 127 deletions 0001-gramine-integration-with-avalon.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ if [ ! -f "$SIGN_KEY_FILE" ]; then
openssl genrsa -3 -out $SIGN_KEY_FILE 3072
fi

echo " generated the signing key \n\n"

# Sign image to generate final GSC image
echo "Generate Signed GSC image"
sudo ./gsc sign-image $IMAGE_NAME $SIGN_KEY_FILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ if [ ! -f "$SIGN_KEY_FILE" ]; then
openssl genrsa -3 -out $SIGN_KEY_FILE 3072
fi

echo " generated the signing key \n\n"

# Sign image to generate final GSC image
echo "Generate Signed GSC image"
sudo ./gsc sign-image $IMAGE_NAME $SIGN_KEY_FILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def execute(self, in_data_array):
return result, out_msg_bytes
# -------------------------------------------------------------------------

def _fibonacci(self,n):
def _fibonacci(self, n):
"""
Function to calculate nth Fibonacci number
Parameters :
Expand Down

0 comments on commit 324b2c5

Please sign in to comment.