Skip to content

Commit

Permalink
disable parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Jan 31, 2025
1 parent add20d3 commit b1ed851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/i/InterOp/InterOp-1.3.2-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies = [
('dotNET-Core', '8.0', '', SYSTEM),
]

maxparallel = 1

# change `HOME` to fix NuGet error `Could not find a part of the path`
prebuildopts = 'export NUGET_HTTP_CACHE_PATH=%(builddir)s/nuget-cache && '
prebuildopts += 'export NUGET_PLUGINS_CACHE_PATH=%(builddir)s/plugins-cach && '
Expand Down

0 comments on commit b1ed851

Please sign in to comment.