Docs updated, Prerequisites section [20.3]#202
Docs updated, Prerequisites section [20.3]#202Karm wants to merge 1 commit intograalvm:mandrel/20.3from
Conversation
README-Mandrel.md
Outdated
| On Ubuntu-like systems with: | ||
| ```bash | ||
| apt install libc6-dev zlib1g-dev gcc | ||
| apt install gcc zlib1g-dev build-essential libfreetype6-dev |
There was a problem hiding this comment.
isn't build-essential a bit aggressive/bloated?
There was a problem hiding this comment.
@zakkak I had an issue with static glibc and this did the trick. I am by no means an Ubuntu user though, so feel free to suggest something different that would work on vanilla Ubuntu 18 and 20.
There was a problem hiding this comment.
Suggestion added in graalvm/mandrel-packaging#96 (comment) let's keep the discussion there and apply the changes everywhere later :)
|
This PR appears to be stale because it has been open 30 days with no activity. This PR will be closed in 7 days unless |
|
@zakkak Updated. Ready to be merged. |
| * glibc-devel | ||
| * zlib-devel | ||
| * freetype-devel | ||
| * gcc |
There was a problem hiding this comment.
Shouldn't we include libstdc++-static in this list?
| dnf install glibc-devel zlib-devel gcc freetype-devel libstdc++-static | ||
| ``` | ||
|
|
||
| Note the package might be called `glibc-static` instead of `libstdc++-static`. |
There was a problem hiding this comment.
This note is missing from the other PRs
|
This PR appears to be stale because it has been open 30 days with no activity. This PR will be closed in 7 days unless |
[Backport] [Oracle GraalVM] [GR-65853] Backport to 23.1: Return correct name for libgraal-specific collection policy.
SSIA
Tested also on on "clean-room" Ubuntu.