-
Notifications
You must be signed in to change notification settings - Fork 346
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
adding HOME into envs when init containers #681
Conversation
cd ./runtimetest | ||
cargo build --verbose $TGT $1 | ||
cargo build $TGT $1 $2 |
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 found the output of --verbose
is too verbose in regular developing activity. I think we can change to use them as needed. e.g.
$ ./build.sh
$ ./build.sh --verbose
$ ./build.sh --release
$ ./build.sh --verbose --release
a bit dirty but works. we can make this script mature if need later.
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.
👍
Codecov Report
@@ Coverage Diff @@
## main #681 +/- ##
==========================================
- Coverage 69.65% 69.46% -0.19%
==========================================
Files 84 84
Lines 10990 11018 +28
==========================================
- Hits 7655 7654 -1
- Misses 3335 3364 +29 |
@@ -56,6 +56,26 @@ Then to start the original/normal Docker daemon, you can run | |||
sudo systemctl start docker | |||
``` | |||
|
|||
#### Let docker permanently know youki as a runtime |
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.
👍
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.
Can I ask you to add the unit test?
Sure, do I have an existing test to refer on? |
If you search the code with |
The code is ready for another check. |
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.
Hey @mitnk, you need to sign your commits in order to pass CI.
Signed-off-by: Hugo Wang <w@mitnk.com>
Signed-off-by: Hugo Wang <w@mitnk.com>
Signed-off-by: Hugo Wang <w@mitnk.com>
Signed-off-by: Hugo Wang <w@mitnk.com>
Signed-off-by: Hugo Wang <w@mitnk.com>
Signed-off-by: Hugo Wang <w@mitnk.com>
Signed-off-by: Hugo Wang <w@mitnk.com>
rebased for sign-off. |
@mitnk Thanks! |
closing #680