-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Build improvements #9741
Build improvements #9741
Conversation
/botio test |
/botio-windows test |
/botio-windows test |
/botio-windows test |
/botio-windows preview |
It looks like the out-of-memory errors are not specific to the bots after all, since it also happens in #9737... V8 appears to have a 1 GB memory limit on 64-bit systems and 512 MB on 32-bit systems. We are hitting that so it seems. |
/botio-windows test |
/botio preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/59776c2c4191be6/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/b038fa5bd317c68/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/59776c2c4191be6/output.txt Total script time: 2.91 mins Published |
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/b038fa5bd317c68/output.txt Total script time: 5.17 mins Published |
/botio lint |
From: Bot.io (Linux m4)ReceivedCommand cmd_lint from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/c717c19e0264e8a/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_lint from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/f2403b6fdbbc141/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/c717c19e0264e8a/output.txt Total script time: 1.68 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/f2403b6fdbbc141/output.txt Total script time: 3.17 mins
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/df91c7e5c82ef98/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/03ef4c85e14cc85/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/df91c7e5c82ef98/output.txt Total script time: 19.01 mins
|
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/03ef4c85e14cc85/output.txt Total script time: 23.58 mins
Image differences available at: http://54.215.176.217:8877/03ef4c85e14cc85/reftest-analyzer.html#web=eq.log |
Yay! Does anyone have time to review this? I have amended the commits to have the latest versions of every package. |
Thanks for the updates! |
Build improvements
The objective is to modernize our builds. The first commit updates all packages to their latest versions, except for Webpack. The second commit performs the upgrade to Webpack 4. The third commit includes the
package-lock.json
file in the repository since this is recommended and it allows for reproducible builds using pinned versions.Fixes #9688.
Fixes #9000.