Nicklas Larsson
Nicklas Larsson
The OpenMP issue starts to look like a limitation/bug in Grass configure. Will look into this. Meanwhile, let me suggest you to reopen the PR, if possible; drop for the...
you should probably include a [llvm](https://github.com/Homebrew/homebrew-core/blob/master/Formula/llvm%4014.rb) package instead of gcc
... probably together with [libomp](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/libomp.rb)
@alexm98 Please try with https://github.com/OSGeo/grass/pull/2692.
I cannot reproduce this on Mac with `make -j8`, all thumbnails are nailed.
This has also to be combined somehow with `create_release_draft.yml`.
Updated this workflow to re-use (update) `create_release_draft.yml`. Now it also contains the `core_modules_with_last_commit.patch`, but not the json file (as it is already included in tarball). This keeps the previous behaviour...
This now fails because it is missing #3435. Se my [bogus test release](https://github.com/nilason/grass/releases/tag/untagged-8dace5b5a8af95e0b8be) for result.
Side note: This workflow (before this PR) use the two https://github.com/actions/upload-release-asset https://github.com/actions/create-release actions, which are both no more maintained (archived). The single use of https://github.com/softprops/action-gh-release replaces them and also the...
> Was this ready and intended to be merged? Yes. As this now re-use the create_release_draft.yml workflow, Readme doesn't need to be updated (I believe).