-
Notifications
You must be signed in to change notification settings - Fork 1
VxWorks libc cleanups and fixes for some libc-test issues that were p… #13
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
Conversation
BaoshanPang
left a comment
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.
Please run "sh ci/style.sh" to find the style and format problems.
|
I am seeing these errors in building rust with this branch: error[E0412]: cannot find type error[E0425]: cannot find function |
These functions are used in function home_dir. Do we need to support this function? It seems there is no concept of "home directory" on vxWorks. |
Resolved by Wind-River/rust#24 |
|
Can you rebase/squash the two commits into one? This is usually what I do. |
8e8c899 to
db1104a
Compare
|
Hold on, something went wrong and the style test seems to be reporting problems. Let me figure it out ... |
db1104a to
4fed980
Compare
|
OK ci/style.sh passes now. Actually it may be that I was running a newer version of rustfmt ths time. |
…reviously skipped