Skip to content

Commit

Permalink
move Java to stack file for system toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 6, 2023
1 parent f8265a1 commit f0b5fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_eessi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- eessi-2023.06-eb-4.7.2-system.yml
- eessi-2023.06-eb-4.8.0-system.yml
- eessi-2023.06-eb-4.8.1-2022a.yml
- eessi-2023.06-eb-4.8.1-system.yml
steps:
- name: Check out software-layer repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
Expand Down
2 changes: 0 additions & 2 deletions eessi-2023.06-eb-4.8.1-2022a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ easyconfigs:
- Bowtie2-2.4.5-GCC-11.3.0.eb
- FastTree-2.1.11-GCCcore-11.3.0.eb
- SAMtools-1.16.1-GCC-11.3.0.eb
# wraps around Java/11.0.20
- Java-11.eb
- gzip-1.12-GCCcore-11.3.0.eb
- lz4-1.9.3-GCCcore-11.3.0.eb
- zstd-1.5.2-GCCcore-11.3.0.eb
3 changes: 3 additions & 0 deletions eessi-2023.06-eb-4.8.1-system.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
easyconfigs:
# wraps around Java/11.0.20
- Java-11.eb

0 comments on commit f0b5fda

Please sign in to comment.