rules_graalvm icon indicating copy to clipboard operation
rules_graalvm copied to clipboard

Build GraalVM native binaries with Bazel

Results 40 rules_graalvm issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

dependencies

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.2 to 19.3.0. Release notes Sourced from @​commitlint/cli's releases. v19.3.0 19.3.0 (2024-04-23) Features feat(format): print full commit message for valid commits if -V by @​weixinwu in conventional-changelog/commitlint#4026...

dependencies
javascript

I'm updating Bazel's use of rules_graalvm from 0.10.3 to 0.11.1, and from GraalVM 20.0.2 to 21.0.2, and am seeing a failure where it looks like the handling of `executable_name` had...

bug
platform:windows

It would be cool to add SLSA, Sigstore, and so on.

enhancement

## Summary This changeset adds `out_headers` and `additional_outputs`, which, together, allow a developer to add additional outputs to a regular `native_image` build. Because a header is generated per C entrypoint...

feature
native-image
🚧 WIP

``` Caused by: java.nio.file.FileSystemException: /home/vscode/.cache/org.graalvm.polyglot: Read-only file system at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:438) at java.base/java.nio.file.Files.createDirectory(Files.java:699) at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:807) at java.base/java.nio.file.Files.createDirectories(Files.java:793) at org.graalvm.truffle/com.oracle.truffle.polyglot.InternalResourceCache.findCacheRootOnHotSpot(InternalResourceCache.java:294) at org.graalvm.truffle/com.oracle.truffle.polyglot.InternalResourceCache.getResourceFileSystemImpl(InternalResourceCache.java:166) at org.graalvm.truffle/com.oracle.truffle.polyglot.InternalResourceCache.installRuntimeResource(InternalResourceCache.java:128) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)...

bug

It would be great to integrate tightly with GraalVM's reflection agent: - It should be available as a Maven catalog artifact - It should be possible to run a "traced"...

enhancement

Bazel's default method for running Java tests involves a custom runner and potentially a custom launcher; for native test cases, no launcher is needed at all, but the runner is...

enhancement

This is now shipped as a Git repo and as a Maven dependency.

enhancement