Skip to content

Commit f31a421

Browse files
committed
CI: Try ROCM with Julia 1.12
1 parent b5252bc commit f31a421

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
# This is broken for OpenMPI 5 and Julia 1.12.
112112
# It is broken for OpenMPI 4 for all versions of Julia. So we use OpenMPI 5 and skip Julia 1.12
113113
OPENMPI_VER: "5.0"
114-
OPENMPI_VER_FULL: "5.0.9"
114+
#TODO OPENMPI_VER_FULL: "5.0.9"
115+
OPENMPI_VER_FULL: "5.0.10"
115116
# OPENMPI_VER: "4.1"
116117
# OPENMPI_VER_FULL: "4.1.8"
117118
UCX_VER: "1.19.1"
@@ -154,7 +155,8 @@
154155
setup:
155156
version:
156157
- "1.10"
157-
- "1.11"
158+
#TODO - "1.11"
159+
- "1.12"
158160
#
159161
# Skip the test with Julia 1.12 because it segfaults while installing packages:
160162
# [amdgpu1:516 :0:516] Caught signal 11 (Segmentation fault: invalid permissions for mapped object at address 0x7ee1a9ec5000)

0 commit comments

Comments
 (0)