9. May 2023 #1338
dimakuv
started this conversation in
Meeting notes
9. May 2023
#1338
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agenda:
/dev/shm
nowBenny: Restructuring docs
There is a pending PR with complete documentation overhaul: #1241. Dmitrii already approved, and Don is currently reviewing. The request from Benny is to finish the reviews and merge it asap. (We could improve small typos later.)
Benny shows https://carteepaul.github.io/gramine/index.html. All the content is there, it's only restructuring of the files.
Michal: I don't like that Curated Apps is there (and the very first item). It's not of good quality. We need to burry it a bit further and it should have a disclaimer (that it's not a part of core Gramine, but rather an external project).
Michal: In the future, new "Design and Concepts" section should be added, and "Gramine features" page should go there. We could also add there a page with comparison of tools/frameworks.
Benny will fix according to the comments and submit new revision of the PR, and we'll need to review quickly.
Mona: Gramine is in Incubation Stage for CCC
Gramine was approved last week in the CCC meeting. This gives us some more money. We want to use the money for the GitHub Pages website.
Dmitrii: OpenMP lib uses
/dev/shm
nowSee the patch:
This makes OpenMP fail on Gramine-SGX. The workaround for this is adding to fs.mounts:
{ path = "/dev/shm", type = "tmpfs" }
.Mona: Failing on unknown options in Gramine manifest
Currently Gramine silently ignores unknown-to-it manifest options. We must check the whole manifest file for unknown TOML keys and explicitly fail on them.
Dmitrii created a GitHub issue to track this: #1336.
Beta Was this translation helpful? Give feedback.
All reactions