Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI job to test GraalVM image generation #188

Merged
merged 4 commits into from
Mar 18, 2023
Merged

Add CI job to test GraalVM image generation #188

merged 4 commits into from
Mar 18, 2023

Conversation

avdv
Copy link
Owner

@avdv avdv commented Mar 12, 2023

No description provided.

@avdv avdv force-pushed the add-graalvm-ci-job branch 2 times, most recently from 7eabfd8 to 3ba6a1a Compare March 12, 2023 22:10
The values of the mask flags might an expression using right shifts, such as:

```
_S_IRGRP = (0400 >> 3)
```

In order to generate the Scala code for these flags, the value needs to be evaluated.
This is needed on MacOS when using nixpkgs, since GrallVM expects to see
"Apple (clang|LLVM) version" in the output from `clang -v` which is not there.
@avdv avdv merged commit 386d3de into main Mar 18, 2023
@avdv avdv deleted the add-graalvm-ci-job branch March 18, 2023 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant