Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile to stop referencing defs from parent repo and use mys… #1499

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

radhikaj
Copy link
Collaborator

…t from package rather than build tree

…t from package rather than build tree

Signed-off-by: Radhika Jandhyala <[email protected]>
@vtikoo
Copy link
Collaborator

vtikoo commented Sep 25, 2023

Would this have an effect on pipelines running this sample?

@radhikaj
Copy link
Collaborator Author

Looks like the PR pipeline is green on this PR. So I dont believe so.
This sample was using myst from the build tree, the others were using myst from the Mystikos install. The latter is the preference since samples are developer facing.

$(MYST) mkext2 appdir rootfs
$(MYST) fssig --roothash rootfs > roothash
$(MYST) package-sgx --roothash=roothash package.pem config.json
@myst mkext2 appdir rootfs
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer having it without the @, that way we can see what commands were run in the pipeline logs. For end-user it is not a big difference in experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants