Conversation
|
sqlite3 after 3.25 causes test failures in sqlalchemy (for us anyway?), it's been blocking updating it so far-- see #46852 . |
|
Awwhh right, I remember running into that a while ago :/ Should have searched for that.. I'll drop sqlite from this PR. |
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: libpng, nss, sqlite Partial log (click to expand)
|
|
Success on aarch64-linux (full log) Attempted: libpng, nss Partial log (click to expand)
|
|
Success on aarch64-linux (full log) Attempted: libpng, nss, sqlite Partial log (click to expand)
|
|
Timed out, unknown build status on x86_64-darwin (full log) Attempted: libpng, nss, sqlite Partial log (click to expand)
|
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: libpng, nss Partial log (click to expand)
|
|
Timed out, unknown build status on x86_64-darwin (full log) Attempted: libpng, nss Partial log (click to expand)
|
|
These two (and sqlite) will be all needed for FF 64 in about four weeks from now? If so, I expect we can delay cherry-picking them to 18.09 by a couple weeks (to get even more confidence). Encrypted SNI support 🎉 We might actually get reasonable DNS/hostname privacy in practice. |
|
Yes, they will all be required. There might be more but those seem like the
"impactful" (massrebuild) ones.
I would even try to package the beta versions to make sure it
compiles/works fine.
…On Thu, 15 Nov 2018, 11:33 Vladimír Čunát, ***@***.***> wrote:
These two (and sqlite) will be all needed for FF 64 in about four weeks
from now? If so, I expect we can delay cherry-picking them to 18.09 by a
couple weeks (to get even more confidence).
Encrypted SNI support 🎉 we might actually get reasonable DNS/hostname
privacy in practice.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#50374 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAm_dHd7qDeNjVsmbjvAa_oo6zP-huP2ks5uvUMFgaJpZM4YezU7>
.
|
Motivation for this change
I am trying to get all the dependencies for the next Firefox releasesup to date early this time.
These changes are the ones that I could identify & bump so far.
I did try these changes on top of master and they did compile fine. I am still building them based on the staging branch but do not expect breakage.
At some point we should probably port them back to 18.09 so we can ship the FFX update there as well..