-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(source-scan): logging, refactor, image with same cargo-near
embedded, remove --no-docker
flag
#144
feat(source-scan): logging, refactor, image with same cargo-near
embedded, remove --no-docker
flag
#144
Conversation
ebcbadc
to
7f4e5d1
Compare
5127c38
to
ebf8963
Compare
cargo near build
cargo-near
embedded, remove --no-docker
flag
cargo-near
embedded, remove --no-docker
flagcargo-near
embedded, remove --no-docker
flag
cargo-near
embedded, remove --no-docker
flagcargo-near
embedded, remove --no-docker
flag
87c32fa
to
ca224e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve this PR as is. It targets a still-in-progress source-scan-integration
branch, where we will review and refactor everything at once after we have a solid MVP
let docker_image = docker_build_meta.concat_image(); | ||
let near_build_env_ref = format!("NEAR_BUILD_ENVIRONMENT_REF={}", docker_image); | ||
|
||
// Platform-specific UID/GID retrieval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a pretty pointless comment. More useful comment would be to explain that we only really need to match uid/gid on Linux since Docker is running natively and mounted FS needs to have proper permissions.
Following output was generated by using the branch of current pr with build local
cargo-near
Dockerfile => image on this repo