judovana

Results 230 comments of judovana

> ``` > Configuring command and using the pre-built config params... > /openjdk/sbin/build.sh: line 620: cd: /home/jvanek/git/temurin-build/workspace/./build//src: No such file or directory > ``` > > It seems I'm on...

I added few more dirs.. but that is getting back to my weeird question; ` ./makejdk-any-platform.sh -c --podman jdk21u ` ... ``` Completed configuring the version string parameter, config args...

Just a nit, exceptnot working, this PR is doing its job. Now both podman and docker are working/failing the same. Only the wrapper do not work as expected. Maybe for...

Ugh. Can you spare us some time, and pinpoint a bit more directly what you re trying to do? Usually calling to makejdk_any_platform.sh do not need tha tmuch logic. I...

ok. I t was investiageted that alsa indeed cna not be currenlty set on cmdline. Will draft a pr. Pleae anyubody remove documentation label...

quotation from senior development: ``` I would suggest adding a --user-alsa-installation and either ensure it gets copied to ${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/installedalsa around abouts here: https://github.com/adoptium/temurin-build/blob/d889cc1223d106cc3a43e1fe9fa76a9559bfc10d/sbin/prepareWorkspace.sh#L655 or create a new BUILD_CONFIG[ALSA_LOCATION] which defaults...

how is the build/installedalsa/ used? --with-alsa-include nor --with-alsa-lib is shown in the configure I'm inclining more to -A (as is -F) to simply skip alsa downloading and then provide -with-alsa-include...

The https://github.com/adoptium/temurin-build/blob/d889cc1223d106cc3a43e1fe9fa76a9559bfc10d/sbin/build.sh#L482 seems to be jdk8u only

``` checking for alsa/asoundlib.h... no configure: error: Could not find alsa! configure exiting with result code 1 ``` withou alsa-devel uninstalled, the configure fails, and dwnloded alsa is not used

You were faster :) I was just on it. ``` grep -ir "[ ^]sleep.*s" build-farm/make-adopt-build-farm.sh: sleep 30s sbin/prepareWorkspace.sh: sleep 10s sbin/common/common.sh: sleep 30s ``` So afaik all.. the mac build...