-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Stop bundling the ReadableStream
polyfill in MOZCENTRAL builds (PR 10470 follow-up)
#10484
Stop bundling the ReadableStream
polyfill in MOZCENTRAL builds (PR 10470 follow-up)
#10484
Conversation
…10470 follow-up) Based on the discussion in https://bugzilla.mozilla.org/show_bug.cgi?id=1521413, this patch simply removes the `ReadableStream` polyfill completely from MOZCENTRAL builds. With this patch, the size of the `gulp mozcentral` build target is thus further reduced (building on PR 10470): | | `build/mozcentral` |-------|------------------- |master | 3 339 666 |patch | 3 209 572
/botio-linux 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/212456f2284fff9/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/212456f2284fff9/output.txt Total script time: 1.64 mins Published |
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/ec8346acd1bb911/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/0f7c3b122c7869d/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/ec8346acd1bb911/output.txt Total script time: 2.58 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/0f7c3b122c7869d/output.txt Total script time: 5.17 mins
|
Looks good to me. Thanks! |
Based on the discussion in https://bugzilla.mozilla.org/show_bug.cgi?id=1521413, this patch simply removes the
ReadableStream
polyfill completely from MOZCENTRAL builds.With this patch, the size of the
gulp mozcentral
build target is thus further reduced (building on PR #10470):build/mozcentral
/cc @brendandahl
/cc @rvandermeulen
/cc @timvandermeij