Skip to content

Commit bf5b908

Browse files
committed
Enable 32-bit tests for MPIABI
1 parent 9ba7d98 commit bf5b908

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,9 @@ jobs:
9292
julia_version:
9393
- "1"
9494
include:
95-
# MPICH with MPI ABI is broken on i686: <https://github.com/pmodels/mpich/issues/7770>.
96-
# - julia_arch: "x86"
97-
# os: "ubuntu-24.04"
98-
# julia_version: "1"
95+
- julia_arch: "x86"
96+
os: "ubuntu-24.04"
97+
julia_version: "1"
9998
- julia_arch: "default"
10099
os: "ubuntu-24.04"
101100
julia_version: "min"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AMDGPU = "0.6, 0.7, 0.8, 0.9, 1, 2"
2424
CUDA = "3, 4, 5, 6"
2525
DocStringExtensions = "0.8, 0.9"
2626
Libdl = "1"
27-
MPIABI_jll = "0.1.1"
27+
MPIABI_jll = "0.1.5"
2828
MPICH_jll = "4, 5"
2929
MPIPreferences = "0.1.8"
3030
MPItrampoline_jll = "5"

0 commit comments

Comments
 (0)