We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5252bc commit f31a421Copy full SHA for f31a421
1 file changed
.buildkite/pipeline.yml
@@ -111,7 +111,8 @@
111
# This is broken for OpenMPI 5 and Julia 1.12.
112
# It is broken for OpenMPI 4 for all versions of Julia. So we use OpenMPI 5 and skip Julia 1.12
113
OPENMPI_VER: "5.0"
114
- OPENMPI_VER_FULL: "5.0.9"
+ #TODO OPENMPI_VER_FULL: "5.0.9"
115
+ OPENMPI_VER_FULL: "5.0.10"
116
# OPENMPI_VER: "4.1"
117
# OPENMPI_VER_FULL: "4.1.8"
118
UCX_VER: "1.19.1"
@@ -154,7 +155,8 @@
154
155
setup:
156
version:
157
- "1.10"
- - "1.11"
158
+ #TODO - "1.11"
159
+ - "1.12"
160
#
161
# Skip the test with Julia 1.12 because it segfaults while installing packages:
162
# [amdgpu1:516 :0:516] Caught signal 11 (Segmentation fault: invalid permissions for mapped object at address 0x7ee1a9ec5000)
0 commit comments