From be1a1955083a91e19a5faed0b159b06d662d8b98 Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Tue, 23 Jan 2024 22:11:41 +0100 Subject: [PATCH] Set working EasyBuild version in debug docs --- docs/adding_software/debugging_failed_builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adding_software/debugging_failed_builds.md b/docs/adding_software/debugging_failed_builds.md index af612a511..0a74e7437 100644 --- a/docs/adding_software/debugging_failed_builds.md +++ b/docs/adding_software/debugging_failed_builds.md @@ -138,7 +138,7 @@ Among other things, the `configure_easybuild` script sets the install path for E Next, we need to determine the correct version of EasyBuild to load. Since [the example PR](https://github.com/EESSI/software-layer/pull/360) changes the file `eessi-2023.06-eb-4.8.1-2021b.yml`, this tells us the bot was using version `4.8.1` of EasyBuild to build this. Thus, we load that version of the EasyBuild module and check if everything was configured correctly: ``` -module load EasyBuild/4.8.1 +module load EasyBuild/4.8.2 eb --show-config ``` You should get something similar to