Closed sbraz closed 4 years ago
I added the necessary dependencies to build readline (probably useless but avoids errors during build).
Thanks; I don't know why readline was pulled into the build, but it also doesn't seem like a big deal to have it there.
I've coped this over in https://github.com/mozilla-services/syncserver/pull/229 to see if I can get CI passing.
Thanks again, it looks like my tweaks over in #229 made CI happy so I've merged this to master.
This fixes authentication with
identity.sync.useOAuthForSyncToken
enabled which requires newer tokenserver and syncstorage versions.Thanks to @jackyzy823 for the research :smiley: I added the necessary dependencies to build readline (probably useless but avoids errors during build).
Closes https://github.com/mozilla-services/syncserver/issues/218 and https://github.com/mozilla-services/syncserver/issues/225.