File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
include :
16
16
# perform a linux ARMv8 build
17
- # blocked by https://github.com/ornladios/ADIOS2/issues/2137
18
- # - services: docker
19
- # arch: aarch64
17
+ - services : docker
18
+ arch : aarch64
20
19
21
20
# perform a linux PPC64LE build
22
21
# blocked by https://github.com/pypa/auditwheel/issues/36
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ function build_adios2 {
83
83
cd ADIOS2-*
84
84
curl -sLo adios2-static.patch https://patch-diff.githubusercontent.com/raw/ornladios/ADIOS2/pull/1828.patch
85
85
patch -p1 < adios2-static.patch
86
+ curl -sLo adios2-i686.patch https://patch-diff.githubusercontent.com/raw/ornladios/ADIOS2/pull/2138.patch
87
+ patch -p1 < adios2-i686.patch
86
88
cd ..
87
89
mkdir build-ADIOS2
88
90
cd build-ADIOS2
You can’t perform that action at this time.
0 commit comments