Skip to content

Commit d6a66d1

Browse files
committed
Require old Documenter
1 parent f31a421 commit d6a66d1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
setup:
156156
version:
157157
- "1.10"
158-
#TODO - "1.11"
159-
- "1.12"
158+
- "1.11"
159+
- "1.12" #TODO
160160
#
161161
# Skip the test with Julia 1.12 because it segfaults while installing packages:
162162
# [amdgpu1:516 :0:516] Caught signal 11 (Segmentation fault: invalid permissions for mapped object at address 0x7ee1a9ec5000)
@@ -205,7 +205,7 @@
205205
'
206206
207207
echo "+++ Run tests"
208-
export JULIA_MPI_TEST_EXCLUDE="test_allreduce.jl,test_reduce.jl,test_scan.jl"
208+
#TODO export JULIA_MPI_TEST_EXCLUDE="test_allreduce.jl,test_reduce.jl,test_scan.jl"
209209
julia --color=yes --project=. -e '
210210
import Pkg
211211
Pkg.test("MPI"; test_args=["--backend=AMDGPU"])

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
44
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
55

66
[compat]
7-
Documenter = "1.7"
7+
Documenter = "1.7 - 1.15"
88
MPIPreferences = "0.1"
99
MPI = "0.20"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ testfiles = sort(filter(istest, readdir(testdir)))
8484
# test number of processes.
8585
"JULIA_MPI_TEST_NUM_PROCESSES"=>string(n))
8686
if f == "test_spawn.jl"
87-
# Some command as the others, but always use a single process
87+
# Same command as the others, but always use a single process
8888
run(cmd(1))
8989
elseif f == "test_threads.jl"
9090
# Legacy Intel MPI (before 2020) crashes threads tests:

0 commit comments

Comments
 (0)