Page MenuHomePhabricator

[Nix] Unpin nodejs v16
ClosedPublic

Authored by jon on Oct 24 2022, 8:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 11:26 PM
Unknown Object (File)
Sat, Nov 2, 11:26 PM
Unknown Object (File)
Sat, Nov 2, 11:26 PM
Unknown Object (File)
Sat, Nov 2, 11:23 PM
Unknown Object (File)
Sat, Oct 26, 5:04 PM
Unknown Object (File)
Oct 14 2024, 9:24 PM
Unknown Object (File)
Oct 14 2024, 7:13 PM
Unknown Object (File)
Oct 14 2024, 7:04 PM

Details

Reviewers
atul
varun
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rCOMMaf411e03c90a: [Nix] Unpin nodejs v16
Summary

Need for pinning node is no longer relevant, allow for the latest
node v16 to be available by default.

Test Plan
nix develop

# start `yarn dev` for web scenarios
(cd landing &&  yarn dev &)
(cd web &&  yarn dev &)
(cd keyserver &&  yarn dev &)

# visit local comm instance
open http://localhost:3000/commlanding

# cleanup background processes
kill %%
kill %%
kill %%

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 24 2022, 8:01 AM
Harbormaster returned this revision to the author for changes because remote builds failed.Oct 24 2022, 8:10 AM
Harbormaster failed remote builds in B12992: Diff 17851!

Wasn't super thorough, but made sure that I could get keyserver/web/landing running and clicked around web app and landing page to check that they seemed to work as expected

This revision is now accepted and ready to land.Oct 24 2022, 9:56 AM
This revision was automatically updated to reflect the committed changes.