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

Don't generate the rootfs every time when cross-compiling #113

Closed
SteveDesmond-ca opened this issue Aug 23, 2017 · 2 comments
Closed

Don't generate the rootfs every time when cross-compiling #113

SteveDesmond-ca opened this issue Aug 23, 2017 · 2 comments
Assignees

Comments

@SteveDesmond-ca
Copy link

Steps to reproduce:

  1. sudo ./build.sh /p:Platform=arm
  2. let it build all the way
  3. sudo ./build.sh /p:Platform=arm again

Expected result:

  • Not much should happen, since it just got build and nothing changed

Observed result:

  • The rootfs is regenerated right off the bat, which takes a really long time and downloads an entire OS

We should add a condition to only generate the rootfs if it doesn't already exist.

@eerhardt
Copy link
Member

@weshaggard is currently fixing this in #158

@weshaggard
Copy link
Member

Fixed by #158

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

No branches or pull requests

4 participants