-
Notifications
You must be signed in to change notification settings - Fork 15
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
Shared library build output bug #216
Labels
Milestone
Comments
sgammon
added
bug
Something isn't working
native-image
Features and issues relating to the Native Image tool
labels
Jan 1, 2024
sgammon
added a commit
that referenced
this issue
Jan 1, 2024
- fix: use `dylib` postfix for shared library outputs on mac - fix: use `so` postfix for shared library outputs on linux - fix: consolidate bin postfix `exe` with new behavior Closes: #216 Signed-off-by: Sam Gammon <[email protected]>
sgammon
added a commit
that referenced
this issue
Jan 1, 2024
- fix: use `dylib` postfix for shared library outputs on mac - fix: use `so` postfix for shared library outputs on linux - fix: consolidate bin postfix `exe` with new behavior - test: add integration test for shared libs on all platforms Closes: #216 Signed-off-by: Sam Gammon <[email protected]>
sgammon
added a commit
that referenced
this issue
Jan 1, 2024
- fix: use `dylib` postfix for shared library outputs on mac - fix: use `so` postfix for shared library outputs on linux - fix: consolidate bin postfix `exe` with new behavior - test: add integration test for shared libs on all platforms Closes: #216 Signed-off-by: Sam Gammon <[email protected]>
sgammon
added a commit
that referenced
this issue
Jan 1, 2024
- fix: use `dylib` postfix for shared library outputs on mac - fix: use `so` postfix for shared library outputs on linux - fix: consolidate bin postfix `exe` with new behavior - test: add integration test for shared libs on all platforms Closes: #216 Signed-off-by: Sam Gammon <[email protected]>
github-project-automation
bot
moved this from In Progress
to Done
in GraalVM Rules for Bazel
Jan 1, 2024
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
given the following on a macOS M-series machine:
then:
yields:
The text was updated successfully, but these errors were encountered: