-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport podspec and binary building to v0.4.1 (#299)
* Revert "Forcefully enable Proxy" & "Bump release to v0.4.2-rc1" This reverts commit 0ef03d9. This reverts commit 16fb3d7. * Backport podspec and binary building to v0.4.1 * Update CircleCI npm job to use latest Ubuntu image (#215) Summary: The build is currently failing (possibly because 19.04 is EOL). This updates it to just use the latest Ubuntu. Pull Request resolved: #215 Reviewed By: willholen Differential Revision: D21026727 Pulled By: neildhar fbshipit-source-id: 3b0bd7e286e8d2b21d3b7122e495c3fa31f9e41a * Use non-interactive option with apt-get (#229) Summary: Builds are currently failing because the tzdata package requires user input while being installed via apt-get. Setting the environment variable `DEBIAN_FRONTEND` to `noninteractive` forces apt-get to bypass the requirement. Pull Request resolved: #229 Reviewed By: tmikov Differential Revision: D21242342 Pulled By: neildhar fbshipit-source-id: 8f393ff785ec1f67e7ca9628dbb0cd85f2fff095 * Use apt-get in non-interactive mode for all jobs (#230) Summary: This change avoids future build failures due to user input requirements when installing packages via apt-get. Pull Request resolved: #230 Reviewed By: tmikov Differential Revision: D21244023 Pulled By: neildhar fbshipit-source-id: ce694c6e9b7de42a9459afe9fe2479386bbeb51c * [ci] Fix dSYM loading by preserving symlinks Instead packge the binaries in an extra layer of tarball, which also saves some bytes on-disk on platforms that don't need it. * [npm] Leave instructions for how to manually build * [ci] The npm job doesn't require macOS artifact * Address PR feedback. * Pickup tar from user env Co-authored-by: Neil Dhar <neildhar@users.noreply.github.com>
- Loading branch information
Showing
33 changed files
with
1,671 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.