-
Notifications
You must be signed in to change notification settings - Fork 56
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
Merge support for binary modules #96
Comments
@wprater Here's the order of operations:
Bonus Points:
You'll need to to use the |
@wprater any updates? |
I'm going to look at the deploy routines and see where I can expose the data needed for this |
@johnnyman727 I've updated your list above to indicate items that function (which is only the first). The Third item is in progress, using dummy tarballs. |
👍 |
@johnnyman727, @tcr or @rwaldron when I use t2 compile I get a tgz what includes a folder If I like to use a binary on the current implementation of the I would assume, manually edit the package.json what is generated by
does it work to manually use pre-compiled binaries or is the |
@Student007 support has not landed yet. |
@rwaldron means at the moment I am required to copy this via For others ask this: Well, I think a good trick will be to login to the vagrant vm and do |
Yes, it's clumsy, but soon you won't have to do any And thanks!! :) |
@rwaldron need this currently for an lecture exam presentation - so I try to do it manually - your solution is a great thing and will grow minds ... about npms future ... Maybe later we should describe the way binary developers could use a private installation with a changed binary server within the (later ... it is a task for the future - but important for public trust - also). |
Yeah, I definitely see the value there. We can visit that once we have more experience with pre compiled modules on T2 in practice :) |
👍 |
WIP: Binary module inclusion support. Closes gh-96
@allanca has done quite a bit of work on this already and has an outstanding PR on the original CLI. We need to get this merged into the Tessel 2 CLI and the remote server set up.
The text was updated successfully, but these errors were encountered: