File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
ansible/playbooks/roles/compatibility_layer/defaults Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ prefix_mask_packages: |
2626 # stick to GCC 9.x; using a too recent compiler in the compat layer complicates stuff in the software layer,
2727 # see for example https://github.com/EESSI/software-layer/issues/151
2828 >=sys-devel/gcc-10
29- # see https://github.com/EESSI/software-layer/issues/257
30- # and https://github.com/EESSI/software-layer/issues/258
31- <dev-libs/openssl-3
29+ # mask OpenSSL 3.x, stick to OpenSSL 1.1.x for now to avoid problems with:
30+ # - older versions of Rust (see https://github.com/EESSI/software-layer/issues/257)
31+ # - older versions of cryptograhy in Python (see https://github.com/EESSI/software-layer/issues/258)
32+ >=dev-libs/openssl-3
3233prefix_unmask_packages : |
3334 # unmask older GCC to make it installable
3435 =sys-devel/gcc-9*
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ host_arch=$(uname -m)
8181eessi_arch=${cpu_target_arch:- ${host_arch} }
8282eessi_os=linux
8383job_version=$( cfg_get_value " repository" " repo_version" )
84- eessi_version=${job_version:- 2023.04 }
84+ eessi_version=${job_version:- 2023.06 }
8585job_repo=$( cfg_get_value " repository" " repo_name" )
8686eessi_repo=${job_repo:- pilot.eessi-hpc.org}
8787tar_topdir=/cvmfs/${eessi_repo} /versions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ REPOSITORY="pilot.eessi-hpc.org"
1010RESUME=
1111RETAIN_TMP=0
1212STORAGE=
13- VERSION=2023.04
13+ VERSION=2023.06
1414VERBOSE=
1515
1616display_help () {
You can’t perform that action at this time.
0 commit comments