-
Notifications
You must be signed in to change notification settings - Fork 166
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
setup: add cross compiling machine #244
Conversation
Currently supports Raspberry Pi 1. Based on Ubuntu 14.04.
EDIT: Part of the Jenkins script. |
Because of v8: deps/v8/src/base/build_config.h:156:2: error: #error Target architecture arm is only supported on arm and ia32 host
@nodejs/build any objections to just landing this? This has been working well enough for 2 years and should be in master. There can probably be improvements, but those can be done in other PRs. |
Let's just land it |
@seishun all of those seem to have the same root cause. These scripts were developed for Ansible 1, and worked well at the time. Ansible 2 seems to have changed things: ansible/ansible@2e39661 The variables are defined in |
Currently supports Raspberry Pi 1. Based on Ubuntu 14.04.