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

hotfix/v5.4.4 #963

Merged
merged 9 commits into from
May 13, 2022
Merged

hotfix/v5.4.4 #963

merged 9 commits into from
May 13, 2022

Conversation

gmaclennan
Copy link
Member

p2p updates is not working in v5.4.3. This is happened because we switched our build machines from MacOS to Linux, which means that npm install is running as root user (UID 0) instead of UID 501 on MacOS. When npm is running as root it will not run postinstall scripts, so the patch-package was not being run. This caused a reversion to an error that caused the p2p update server to fail to start.

Allows npm to run postinstall scripts when running as root
(which is the case in CI)
@gmaclennan gmaclennan changed the title fix: fix p2p-updates startup error hotfix/v5.4.4 Apr 28, 2022
@gmaclennan gmaclennan merged commit 4996bc9 into deploy May 13, 2022
@gmaclennan gmaclennan deleted the hotfix/v5.4.4 branch May 13, 2022 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants