-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Install JetBrains OpenJDK 8, 11 (#4773)
Context: #4567 We want to support using OpenJDK 11 to build Xamarin.Android projects. For better or worse, we can't "change the entire world," not all at once. In particular, the Android Designer Integration Tests do not currently support building with or running under JDK 11. "Split the difference", kind of: Instead of installing Corretto JDK 8 into `$HOME/android-toolchain/jdk`, install JetBrains OpenJDK 8 and 11 into the new paths: * `$HOME/android-toolchain/jdk-1.8` * `$HOME/android-toolchain/jdk-11` We will continue *using* JDK 1.8 by default, until PR #4567 is ready to completely merge, at which point we'll use JDK 11 to build Xamarin.Android, while continuing to use JDK 1.8 with the Designer. Co-authored-by: Marek Habersack <grendel@twistedcode.net>
- Loading branch information
Showing
20 changed files
with
419 additions
and
229 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
14 changes: 0 additions & 14 deletions
14
build-tools/xaprepare/xaprepare/Steps/Step_InstallCorrettoOpenJDK.Linux.cs
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
build-tools/xaprepare/xaprepare/Steps/Step_InstallCorrettoOpenJDK.Windows.cs
This file was deleted.
Oops, something went wrong.
160 changes: 0 additions & 160 deletions
160
build-tools/xaprepare/xaprepare/Steps/Step_InstallCorrettoOpenJDK.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.