Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpalourdio/cortexrepro
https://github.com/mpalourdio/cortexrepro
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpalourdio/cortexrepro
- Owner: mpalourdio
- Created: 2024-06-06T10:27:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T11:13:19.000Z (about 2 months ago)
- Last Synced: 2024-10-12T08:24:36.608Z (about 1 month ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. `git clone` this project
2. Download GraalVM for JDK 21 Community 21.0.2 : https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_linux-x64_bin.tar.gz
3. Add it to your PATH and export JAVA_HOME```bash
export JAVA_HOME=/path/to/graalvm/untared
export PATH=$JAVA_HOME/bin:$PATH
```4. `cd /path/to/cloned/repo`
5. `./mvnw clean -Pnative native:compile` or `./mvnw -e -X clean -Pnative native:compile` for more logging
- A simple`./mvnw clean compile` might segfault too, but strangely a bit less error-prone. This should never be the case, in any of the maven phase (clean, validate, compile, test, package, verify, install, deploy, etc.) as this **never** happens with other JDK distribution (Oracle, temurin, etc.)
7. Wait a few minutes
8. segfault