Ludovic Henry
Ludovic Henry
These fixes are required to compile folly as part of [velox](https://github.com/facebookincubator/velox) with the NVIDIA toolchain. I expect these are mostly compiler-related bugs.
Some platforms need libatomic linked for sub-word operations while others need it for super-word operations. Let's make sure we test for all. Relates to https://github.com/facebook/folly/pull/1907
Some tests like test/jdk/java/net/Socket/B8312065.java use specific IPs (like 192.168.255.255) taking the assumption that the address is not going to be assigned. This doesn't always hold true, as 192.168.255.255 for example...
Backport applied cleanly. --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must refer to an issue - [ ] Change requires CSR request...
Hello, (First, thank you for this great project!) As part building Apache Spark (I'm not representing them, just building it on my end), I see some verbose output even when...
aarch64-gcc-12, ppc64el-gcc-12, and s390x-gcc-12 are not enabled as they are failing with https://github.com/shibatch/sleef/issues/483
Currently, riscv64 docker image are [based on Ubuntu 20.04](https://github.com/adoptium/infrastructure/blob/master/ansible/docker/Dockerfile.Ubuntu2004-riscv64#L1). That is to use the earliest available glibc version available for RISC-V, to guarantee broadest compatibility on other distributions. However, this...
It would be too constraining to build and run on GPU-enabled workers for all pull request and branch pushes. We still want to build the GPU code on all pull...
With the recent [GhostWrite attack](https://ghostwriteattack.com/), we need to update the kernels on our RISC-V machines hosted at Scaleway. The steps are documented at https://www.scaleway.com/en/docs/bare-metal/elastic-metal/reference-content/elastic-metal-rv1-guidelines/#update-the-kernel That kernel update will also allow...
This PR adds support for RISC-V following the recent release of Debian Trixie on riscv64 as a stable target [1]. This also unblocks packaging and distributing Gitlab Runners on riscv64....