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

Directory for compilation artifacts #719

Closed
ipetr0v opened this issue Mar 19, 2020 · 0 comments · Fixed by #1230
Closed

Directory for compilation artifacts #719

ipetr0v opened this issue Mar 19, 2020 · 0 comments · Fixed by #1230
Assignees
Labels

Comments

@ipetr0v
Copy link
Contributor

ipetr0v commented Mar 19, 2020

We might need to create a new out directory that will be used to contain compilation artifacts, such as: Rust binaries, Wasm files, Docker images, Oak applications etc. This might get things easier, since now all the files are hidden deep inside Bazel Cache.

This directory should be:

  • .gitignore'd
  • Cleared when bazel clean or cargo clean is run
  • Once an artifact is created it should be copied to this directory
@ipetr0v ipetr0v mentioned this issue Mar 19, 2020
6 tasks
@ipetr0v ipetr0v added the P2 label Jul 1, 2020
@ipetr0v ipetr0v self-assigned this Jul 1, 2020
ipetr0v added a commit that referenced this issue Jul 3, 2020
This change:
- Adds a Rust version of application configuration serializer
- Updates examples to use Rust serializer

Fixes #740
Ref #719
ipetr0v added a commit that referenced this issue Jul 6, 2020
This change adds a binary directory for `oak_loader`.

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

Successfully merging a pull request may close this issue.

1 participant