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

Cross-compilation #18

Open
indutny opened this issue Jun 20, 2016 · 5 comments
Open

Cross-compilation #18

indutny opened this issue Jun 20, 2016 · 5 comments

Comments

@indutny
Copy link
Owner

indutny commented Jun 20, 2016

Test cross compilation with host and target toolsets.

@indutny indutny changed the title toolsets Cross-compilation Jun 20, 2016
@indutny
Copy link
Owner Author

indutny commented Jun 20, 2016

This may be tested by building node.js for ARM on non-ARM machine. Don't ask me how to do it, I don't know!

@denji
Copy link

denji commented Jun 21, 2016

.travis.yml
language: bash
sudo: required
services:
    - docker
before_install:
    - docker pull multiarch/qemu-user-static:register
    - docker run --rm --privileged multiarch/qemu-user-static:register --reset
    - docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
# Deploy docker containers
#script:
#    - make TARGET=armhf
#    - make TARGET=amd64
#    - docker push indutny/gyp.js

@indutny
Copy link
Owner Author

indutny commented Jun 21, 2016

@denji thank you! I wish there were some comments and/or explanation ;)

@jbergstroem
Copy link
Contributor

We could perhaps look at using ci.nodejs.org? Especially when this lands in node-gyp.

@indutny
Copy link
Owner Author

indutny commented Nov 25, 2016

@jbergstroem absolutely.

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

No branches or pull requests

3 participants