Giter Club home page Giter Club logo

build-jdk's Introduction

Building personal binaries using adoptium/temurin-build scripts

An action to build personal binaries using adoptium/temurin-build scripts

Usage

See action.yml

Support

Hotspot, jdk = 11,12,13, 15 on Mac, Ubuntu and Windows Openj9, jdk = 11, 12, 13, 15 on Mac and Ubuntu

build-jdk's People

Contributors

2001asjad avatar adamfarley avatar dependabot[bot] avatar gdams avatar karianna avatar sayali0710 avatar smlambert avatar sophia-guo avatar tellison avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

build-jdk's Issues

jdk11 windows get `Error: No configurations found for /cygdrive/d/a/runaqaTest/runaqaTest/temurin-build/workspace/build/src.`

jdk11 windows get Error: No configurations found for /cygdrive/d/a/runaqaTest/runaqaTest/temurin-build/workspace/build/src.

checking whether the C compiler works... no
configure: error: in `/cygdrive/d/a/runaqaTest/runaqaTest/temurin-build/workspace/build/src':
configure: error: C compiler cannot create executables
See `config.log' for more details
configure exiting with result code 77
Error: No configurations found for /cygdrive/d/a/runaqaTest/runaqaTest/temurin-build/workspace/build/src.
Please run 'bash configure' to create a configuration.

/cygdrive/d/a/runaqaTest/runaqaTest/temurin-build/workspace/build/src/make/Init.gmk:124: *** Cannot continue.  Stop.
OpenJDK make failed, archiving make failed logs
Archiving the build OpenJDK image and compressing with gzip
Your final archive was created at /cygdrive/d/a/runaqaTest/runaqaTest/temurin-build/workspace/build/src/build/windows-x86_64-normal-server-release/OpenJDK.zip
Moving the artifact to /cygdrive/d/a/runaqaTest/runaqaTest/temurin-build/workspace/artifacts
Failed to make the JDK, exiting

https://github.com/sophia-guo/runaqaTest/runs/3287018647?check_suite_focus=true

jdk15 got error configure: error: Invalid value for --enable-jvm-feature-dtrace:

jdk15u got configure: error: Invalid value for --enable-jvm-feature-dtrace: 'auto' on all platforms.

configure: error: Invalid value for --enable-jvm-feature-dtrace: 'auto'
configure exiting with result code 1
Error: No configurations found for /home/runner/work/build-jdk/build-jdk/openjdk-build/workspace/build/src.
Please run 'bash configure' to create a configuration.

Looks like configure arguments need to be updated.

Issues about build openj9 jdk on windows

Build openj9 jdk11 on windows runs into the same issue hit by build-openj9

TR_BUILD_NAME:        aa9321e4f
J9SRC:                D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm
JIT_SRCBASE:          D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm
JIT_OBJBASE:          D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm/objs
JIT_DLL_DIR:          D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm
OMR_DIR:              D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm/omr
BUILD_CONFIG:         prod
NUMBER_OF_PROCESSORS: 2
VERSION_MAJOR:        11
Compiling 51 files for jdk.internal.opt
ENABLE_GPU:           1
CUDA_HOME:            C:/progra~1/nvidia~2/cuda/v9.0
GDK_HOME:             /NVIDIA/gdk
/usr/bin/make -j 2 -C D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm/compiler -f compiler.mk
make[6]: Entering directory '/cygdrive/d/a/runaqa/runaqa/openj9-openjdk-jdk11/build/windows-x86_64-normal-server-release/vm/compiler'
make[6]: warning: -j2 forced in submake: resetting jobserver mode.
if not exist "D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm\" mkdir "D:\a\runaqa\runaqa\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm\"
The filename, directory name, or volume label syntax is incorrect.
make[6]: *** [D:/a/runaqa/runaqa/openj9-openjdk-jdk11/build/windows-x86_64-normal-server-release/vm/compiler/build/rules/win-msvc/common.mk:90: jit_createdirs] Error 1
make[6]: Leaving directory '/cygdrive/d/a/runaqa/runaqa/openj9-openjdk-jdk11/build/windows-x86_64-normal-server-release/vm/compiler'
make[5]: *** [makefile:70: default] Error 2

the build scceeds if TR_BUILD_NAME=

TR_BUILD_NAME:        2ac59e97f
J9SRC:                D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm
JIT_SRCBASE:          D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm
JIT_OBJBASE:          D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm/objs
JIT_DLL_DIR:          D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm
OMR_DIR:              D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm/omr
BUILD_CONFIG:         prod
NUMBER_OF_PROCESSORS: 2
VERSION_MAJOR:        11
ENABLE_GPU:           1
CUDA_HOME:            C:/progra~1/nvidia~2/cuda/v9.0
GDK_HOME:             /NVIDIA/gdk
/usr/bin/make -j 2 -C D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm/compiler -f compiler.mk
make[6]: Entering directory '/cygdrive/d/a/runaqaTest/runaqaTest/openj9-openjdk-jdk11/build/windows-x86_64-normal-server-release/vm/compiler'
make[6]: warning: -j2 forced in submake: resetting jobserver mode.
if not exist "D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm\" mkdir "D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm\"
if not exist "D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm\objs\" mkdir "D:\a\runaqaTest\runaqaTest\openj9-openjdk-jdk11\build\windows-x86_64-normal-server-release\vm\objs\"

https://github.com/sophia-guo/runaqaTest/runs/714167242
https://github.com/sophia-guo/runaqa/runs/763406944?check_suite_focus=true

Jdk 16 builds failed on Linux and Windows

jdk 16 linux, windows failed with message, three builds are affected. Suppose some new configuration setting has changed for jdk16, may from jdk15.

checking for dlopen in -ldl... yes
configure: error: Invalid value for --enable-jvm-feature-dtrace: 'auto'
configure exiting with result code 1
Error: No configurations found for /home/runner/work/build-jdk/build-jdk/openjdk-build/workspace/build/src.
Please run 'bash configure' to create a configuration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.