Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/adding_software/debugging_failed_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ Note that you could also combine approaches: first build everything using the `E
To build software using the `EESSI-install-software.sh` script, you'll first need to get the diff file for the PR. This is used by the `EESSI-install-software.sh` script to see what is changed in this PR - and thus what needs to be build for this PR. To download the diff for PR 360, we would e.g. do
```
wget https://github.com/EESSI/software-layer/pull/360.diff
git clone https://github.com/EESSI/software-layer.git
cd software-layer
git pull origin pull/360/head
cd ..
cp -r software-layer/easystacks .
```

Now, we run the `EESSI-install-software.sh` script:
Expand Down