You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
'dbazel clean
orcargo clean
is runThe text was updated successfully, but these errors were encountered: