File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ steps:
14
14
- label : " Julia v1.6 (i686)"
15
15
plugins :
16
16
- JuliaCI/julia :
17
- version : " 1"
17
+ version : " 1.6 "
18
18
- staticfloat/sandbox#v1:
19
19
rootfs_url : " https://github.com/JuliaCI/rootfs-images/releases/download/v5.44/agent_linux.i686.tar.gz"
20
20
rootfs_treehash : " c0e2d7ef8f233d978c15e61734f0dfa25aba7536"
21
+ workspaces :
22
+ - " /cache:/cache"
23
+ # Once inside the sandbox, install a different version of Julia to run our tests
21
24
- JuliaCI/julia :
22
25
version : " 1.6"
23
26
arch : " i686"
@@ -52,3 +55,15 @@ steps:
52
55
os : " linux"
53
56
arch : " armv7l"
54
57
timeout_in_minutes : 60
58
+ - label : " Julia v1.10 (PPC64le)"
59
+ plugins :
60
+ - JuliaCI/julia#v1:
61
+ version : " 1.10"
62
+ arch : " powerpc64le"
63
+ - JuliaCI/julia-test#v1:
64
+ agents :
65
+ queue : " juliaecosystem"
66
+ sandbox.jl : " true"
67
+ os : " linux"
68
+ arch : " powerpc64le"
69
+ timeout_in_minutes : 60
Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ elseif Sys.ARCH === :aarch64
165
165
Clong (241 )
166
166
elseif Sys. ARCH === :arm
167
167
Clong (364 )
168
+ elseif Sys. ARCH === :powerpc64le || Sys. ARCH === :ppc64le
169
+ Clong (319 )
168
170
else
169
171
Clong (- 1 ) # sentinel for unknown syscall ID
170
172
end
@@ -346,6 +348,8 @@ elseif Sys.ARCH === :aarch64
346
348
Clong (167 )
347
349
elseif Sys. ARCH === :arm
348
350
Clong (172 )
351
+ elseif Sys. ARCH === :powerpc64le || Sys. ARCH === :ppc64le
352
+ Clong (171 )
349
353
else
350
354
Clong (- 1 ) # sentinel for unknown syscall ID
351
355
end
You can’t perform that action at this time.
0 commit comments