mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -04:00
Try build without headless
This commit is contained in:
parent
3c8e929c22
commit
9592fe58af
24
.github/workflows/build_x86.yml
vendored
Normal file
24
.github/workflows/build_x86.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: Build OpenJDK for Android x86
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
- name: Build with CI build script
|
||||
run: bash ci_build_arch_x86.sh
|
||||
|
||||
- name: Upload build output
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
# name: jre
|
||||
path: jre*.tar.xz
|
@ -18,11 +18,11 @@ cp -R -f override-jre-files/* openjdk/
|
||||
|
||||
cd openjdk
|
||||
rm -rf build
|
||||
# --enable-headless-only \
|
||||
bash ./configure \
|
||||
--enable-option-checking=fatal \
|
||||
--openjdk-target=$TARGET \
|
||||
--disable-warnings-as-errors \
|
||||
--enable-headless-only \
|
||||
--with-jdk-variant=normal \
|
||||
--with-cups-include=$CUPS_DIR \
|
||||
--with-devkit=$ANDROID_DEVKIT \
|
||||
|
1111
override-jre-files/jdk/make/lib/Awt2dLibraries.gmk
Normal file
1111
override-jre-files/jdk/make/lib/Awt2dLibraries.gmk
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user