You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest UCC release is 1.3.0 from April 2024, which corresponds to UCX 1.16.0 released in the same month. However, building this UCC version with any newer UCX version leads to failures in the test_context.global test.
The latest UCC release is 1.3.0 from April 2024, which corresponds to UCX 1.16.0 released in the same month. However, building this UCC version with any newer UCX version leads to failures in the
test_context.global
test.With UCX 1.17.0:
With UCX 1.18.0:
With UCX master (openucx/ucx@52026fd):
I also tried UCC master with UCX master but there is still the same failure.
I'm attaching a script to reproduce the error in a podman/docker container. Run it with on of the following:
podman run --rm -it --userns nomap -v ./build.sh:/build.sh quay.io/archlinux/archlinux:base /build.sh
podman run --rm -it --userns nomap -v ./build.sh:/build.sh ubuntu:24.04 /build.sh
podman run --rm -it --userns nomap -v ./build.sh:/build.sh gcc:14 /build.sh
build.sh
The text was updated successfully, but these errors were encountered: