-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preliminary build support for macOS on aarch64 (M1) (#4119)
Motivation: Our current and future contributors can't build Armeria with their M1 MacBooks. Modifications: - Fixed the test cases that make false assumption that Brotli codec will be always available. - Fixed `FileService` so that it works as expected even when Brotli codec is not available. - Updated NPM to 8.5.2 for `docs-client` - Updated `docs-client/package-lock.json` - Fixed eslint and TypeScript compilation errors - Disabled soon-to-be-deprecated eslint rule. - Fixed a Kotlin compiler warning in `DataClassDocServiceTest` - Added `-Xskip-prerelease-check` option to Kotlin compiler to work around its complaints about the code compiled with a pre-release compiler. - Misc: - Increased the timeout for some assertions, clients and services for less flakiness. Result: - A contributor can build Armeria on macOS with Apple Silicon (M1). - Known issues: - `:site` cannot be built yet. Need to upgrade a lot of dependencies to make it happen. - Parallel build sometimes results in a build failure related with duplicate classes in a JAR. - (defect) `FileService` doesn't choose a `.br` file for generating decompressed content anymore when Brotli is not available.
- Loading branch information
Showing
19 changed files
with
8,595 additions
and
9,672 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
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
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.