-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
P 1139 omniexecutor ci and deployment for dev (#3181)
* add omni-executor build in ci * optimize * `loader.entrypoint = "file:..."` manifest syntax is deprecated, please switch to `loader.entrypoint.uri = "file:..."` * update gitignore * improve makefile to include updates when rebuilding * fix gramine direct * add extra mount files * adjust Makefile; add ci jobs; improve dockerfile * add integration test placeholder * divide into two steps to use slim image * move executable and manifest with same folder level * fix path issue * change back to plain binary for CI test * remove redundant parachain * no test for the moment * revert changes --------- Co-authored-by: Kasper Ziemianek <kasper.ziemianek@gmail.com>
- Loading branch information
1 parent
7a5f0b2
commit 8759aea
Showing
11 changed files
with
372 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ target/ | |
|
||
cache | ||
omni-executor.manifest | ||
omni-executor.manifest.sgx | ||
omni-executor.sig | ||
omni-executor-worker |
Oops, something went wrong.