Skip to content

Commit 6bc7d20

Browse files
committed
Updated platforms to include new arch like arm and aarch
1 parent a70e672 commit 6bc7d20

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

stack/platforms.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Supported Platforms
55
Introduction
66
============
77

8-
The Science Pipelines are required to be portable across many compute platforms ranging from high-performance computing centers to laptops (refer to DMS-REQ-0308 in :lse:`61`).
8+
The Science Pipelines are required to be portable across many compute platforms ranging from high-performance computing centers to laptops (refer to DMS-REQ-0308 in `lse-61`_).
99
The software will likely work on any Unix-like systems but we limit our testing and support to a fixed set of platforms.
1010
Patches may be accepted from developers who test on other operating systems.
1111

@@ -17,20 +17,22 @@ Platforms
1717
We have a baseline platform which is what we are using for integration testing and deployments.
1818
For each product, we also have a number of other platforms which are regularly tested by our continuous integration system to enhance portability.
1919

20-
The baseline platform is currently CentOS 7 on Intel x86_64.
20+
The baseline platform is currently Almalinux 8 on Intel x86_64.
2121

2222
.. note ::
23-
We aim to stay current with CentOS 7 minor releases.
24-
Our base OS container will typically be updated to the current CentOS 7 release shortly *after* each major release of the Science Pipelines.
23+
We aim to stay current with Almalinux 8 minor releases.
24+
Our base OS container will typically be updated to the current Almalinux 8 release shortly *after* each major release of the Science Pipelines.
2525
Shared development machines will be updated on their own schedule during periodic maintenance downtime.
2626
2727
We regularly test the following platforms in addition to the baseline platform:
2828

29-
* macOS Monterey (12.x);
29+
* macOS Monterey (12.x).
3030
* macOS Ventura (13.x).
31+
* macOS Sonoma (14.x) arm procressor only.
32+
* Almalinux 8 (aarch).
3133

3234
See https://rubin-ci.slac.stanford.edu/blue for the current list of regularly-tested platforms.
33-
(The "osx" platform there for the "stack-os-matrix" job randomly chooses a Big Sur or Catalina machine for each execution to limit load.)
35+
(The "macos-86x" platform there for the "stack-os-matrix" job randomly chooses a Big Sur or Catalina machine for each execution to limit load.)
3436

3537
.. _platforms-environment:
3638

@@ -47,3 +49,5 @@ To request that a new package be added to the environment, please :doc:`file an
4749
.. _Conda: https://conda.io
4850
.. _conda-forge: https://conda-forge.org/
4951
.. _scipipe_conda_env: https://github.com/lsst/scipipe_conda_env
52+
.. _lse-61: https://lse-61.lsst.io/
53+

0 commit comments

Comments
 (0)