Stewart X Addison

Results 1834 comments of Stewart X Addison

[jdk17u pipeline](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk17u/job/jdk17u-release-linux-riscv64-temurin/2/console): - Starting building: [Test_openjdk17_hs_special.functional_riscv64_linux #16](https://ci.adoptium.net/job/Test_openjdk17_hs_special.functional_riscv64_linux/16/) ✅ - Starting building: [Test_openjdk17_hs_extended.system_riscv64_linux #31](https://ci.adoptium.net/job/Test_openjdk17_hs_extended.system_riscv64_linux/31/) ✅ - Starting building: [Test_openjdk17_hs_sanity.openjdk_riscv64_linux #40](https://ci.adoptium.net/job/Test_openjdk17_hs_sanity.openjdk_riscv64_linux/40/) On failure - [re-running 200 iterations](https://ci.adoptium.net/job/Grinder/9939/) First 15 passed ✅ -...

Noting that jdk11u is currently failing as the regular pipelines are building from tags which are not valid for that repository as the tags do not include the changes from...

Also `-T` cannot be a full path to the location to put the resulting tarball - if you try you get a message like this: ``` Moving the artifact to...

makejdk-any-platform.sh requires a parameter to specify which JDK to build. If you run it without any parameters it will say: ``` [sxa@fedora openjdk-build]$ ./makejdk-any-platform.sh Starting ./makejdk-any-platform.sh to configure, build (Adoptium)OpenJDK...

Interesting. I've just fired up the docker image (node:16-alpine and node:18-alpine) on a real s390x system and npm seems to install without any problems. Which would lead us to perhaps...

Just tried with your dockerfile - went through without problems: [build18.log.gz](https://github.com/nodejs/docker-node/files/12804288/build18.log.gz) Command: `docker build --file .docker/Dockerfile.alpine --build-arg NODE_VERSION=18 . 2>&1 | tee build18.log`

References: - https://devblogs.microsoft.com/oldnewthing/20221219-00/?p=107601 (Mapping between VS versions, compiler version, and some other build versions) - https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history (Visual Studio Build tools downloads for each version) - Related [Slack thread](https://adoptium.slack.com/archives/C09NW3L2J/p1722347905190739) Our current...

Revisiting now that the PR in the original comment has been merged into jdk8u-dev. Using the devkit still has an issue with freetype as per the [earlier comment](https://github.com/adoptium/temurin-build/issues/3758#issuecomment-2075138363) but using...

Note: - Installing `yum-utils` allows you to run the downloads as non-root with `yumdownloader --destdir=$HOME/rpms diffutils` etc.