Skip to content

Commit d951f12

Browse files
committed
OS: Ubuntu 20.04 -> 22.04
1 parent 08ddb67 commit d951f12

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
linux-aarch64:
55
working_directory: ~/linux-aarch64-wheels
66
machine:
7-
image: ubuntu-2004:2022.04.1
7+
image: ubuntu-2204:current
88
# resource_class is what tells CircleCI to use an ARM worker for native arm builds
99
# https://circleci.com/product/features/resource-classes/
1010
# https://circleci.com/docs/using-arm/
@@ -44,8 +44,7 @@ jobs:
4444
name: Test openPMD-api
4545
command: |
4646
eval $(spack env activate --sh .github/ci/spack-envs/gcc_py_ompi_h5_ad2_arm64/)
47-
cd build
48-
ctest --output-on-failure
47+
ctest --test-dir build --output-on-failure
4948
5049
workflows:
5150
version: 2

.github/ci/spack-envs/gcc_py_ompi_h5_ad2_arm64/spack.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,57 +15,57 @@ spack:
1515
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2
1616
cmake:
1717
externals:
18-
- spec: cmake@3.23.0
18+
- spec: cmake@3.22.1
1919
prefix: /usr
2020
buildable: False
2121
libfabric:
2222
externals:
23-
- spec: libfabric@1.6.2
23+
- spec: libfabric@1.11.0
2424
prefix: /usr
2525
buildable: False
2626
openmpi:
2727
externals:
28-
- spec: openmpi@2.1.1
28+
- spec: openmpi@4.1.2
2929
prefix: /usr
3030
buildable: False
3131
perl:
3232
externals:
33-
- spec: perl@5.26.1
33+
- spec: perl@5.34.0
3434
prefix: /usr
3535
buildable: False
3636
pkgconf:
3737
externals:
38-
- spec: pkgconf@1.6.3
38+
- spec: pkgconf@1.8.0
3939
prefix: /usr
4040
buildable: False
4141
python:
4242
externals:
43-
- spec: python@3.8.10
43+
- spec: python@3.10.12
4444
prefix: /usr
4545
buildable: False
4646
hdf5:
4747
externals:
48-
48+
4949
prefix: /usr
5050
buildable: False
5151
all:
5252
target: [aarch64]
5353
variants: ~fortran
54-
compiler: [gcc@9.4.0]
54+
compiler: [gcc@11.4.0]
5555

5656
compilers:
5757
- compiler:
5858
environment: {}
5959
extra_rpaths: []
6060
flags: {}
6161
modules: []
62-
operating_system: ubuntu20.04
62+
operating_system: ubuntu22.04
6363
paths:
6464
cc: /usr/bin/gcc
6565
cxx: /usr/bin/g++
6666
f77: /usr/bin/gfortran
6767
fc: /usr/bin/gfortran
68-
spec: gcc@9.4.0
68+
spec: gcc@11.4.0
6969
target: aarch64
7070

7171
# arm.large with 4 vCPU cores
@@ -74,7 +74,6 @@ spack:
7474
config:
7575
build_jobs: 4
7676

77-
# https://cache.spack.io/tag/v0.20.1/?stack=aws-ahug-aarch64
77+
# https://cache.spack.io
7878
mirrors:
7979
E4S: https://cache.e4s.io
80-
AWS: https://binaries.spack.io/v0.20.1/aws-ahug-aarch64

0 commit comments

Comments
 (0)