Skip to content

Commit

Permalink
Update information about supported OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 17, 2024
1 parent e23bb2a commit b777f09
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions setup-and-getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,24 @@

Two builds with the key4hep stack are distributed on cvmfs. The releases happen
every few months on demand (for example, if there is a new important feature or
a breaking change) and at the moment only CentOS 7 is supported (support for
AlmaLinux 9 and Ubuntu is coming soon). Run the following to set up the stack:
a breaking change) and at the moment Ubuntu22.04 and AlmaLinux9 (EL9,
RockyLinux9) are supported. We also have older releases for CentOS7 but are not
making any new builds for that.

```bash
source /cvmfs/sw.hsf.org/key4hep/setup.sh
```

In addition, nightly builds for CentOS 7, AlmaLinux 9 and Ubuntu 22.04 with the
latest version of most of the packages are available:
In addition, nightly builds for AlmaLinux 9 and Ubuntu 22.04 with the latest
version of most of the packages are available:

```bash
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
```

The `setup.sh` script always points to the latest build and it will change
without warning. However, after sourcing the script some information will be
displayed with instructions on how to reproduce the current environment. Nightly
builds are intended for development and testing and they will be deleted after
some time from `/cvmfs`.
displayed with instructions on how to reproduce the current environment.
**Nightly builds are intended for development and testing and they will be
deleted after some time from `/cvmfs`. They will also introduce new features
unannounced, so don't use these for anything else than development!**

0 comments on commit b777f09

Please sign in to comment.