-
Notifications
You must be signed in to change notification settings - Fork 168
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
Request access to ubuntu2204-armv7l box #3895
Comments
+1 from me. cc: @nodejs/build |
+1 |
+1 from me |
@ryanaslett is getting @santigimeno's key onto the box so he can access something you could help with? |
I'll get this set up. |
@santigimeno To get into the container:
Inside the container, Node.js builds are in cd /home/iojs/build/workspace/node-test-commit-arm/ Before building/running
Just prior to this comment I did a git checkout and rebuild of of commit sha 589666f3534, which is what https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2204-armv7l/54701/ built. If you need to rebuild or run anything in parallel, please try to cap to 16 CPUs (the env var |
Thanks! I'm in |
I can't find any text editors in the containers nor I cannot install anything. Can you help me with that? Thanks |
The files in ssh into the host as the iojs user:
and once logged in,
Please only edit files and don't run any compilation in the host outside of the container. (FWIW Also note that the host is arm64 (not armv7) but that should be an issue for editing text.) |
@richardlau how feasible would be having some debugging tools installed in the container. I'm thinking |
@santigimeno I've installed |
Thanks |
@richardlau I won't be needing this anymore. Thanks! |
I've removed @santigimeno 's key from the host machine and reset the container. |
I'm in the process of releasing the new libuv version and while running the
libuv-in-node
CI I run into issues with somepreadv
tests that might be relevant to the release: https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2204-armv7l/54701/#showFailuresLink. Would love to have access to one of those boxes to debug the issue. ThanksThe text was updated successfully, but these errors were encountered: