Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Clone and set up GSC
run: |
git clone https://github.com/gramineproject/gsc.git
git clone -b adarsh/new-sgx-driver https://github.com/adarshan-intel/gsc.git
cd gsc
python3 -m pip install --no-cache-dir 'docker>=7.1.0' 'jinja2>=3.1.4' 'tomli>=2.0.1' 'tomli-w>=1.0.0' 'pyyaml>=6.0.2'

Expand Down Expand Up @@ -109,4 +109,4 @@ jobs:
echo "Build and release completed successfully"
else
echo "Build and release failed"
fi
fi
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ demo/*
!demo/input/

.idea/

.DS_Store
2 changes: 2 additions & 0 deletions my-proof.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ fs.mounts = [
# You can add other Gramine-manifest-compatible options as needed, see the
# Gramine documentation for more details: https://gramine.readthedocs.io. Note
# that gsc defines a number of manifest settings by default.

loader.entrypoint = { path = "/my_proof/__main__.py" }
Loading