-
Notifications
You must be signed in to change notification settings - Fork 23
Bazel Settings Propagation #78
Copy link
Copy link
Closed
Labels
featureMainline feature workMainline feature worknative-imageFeatures and issues relating to the Native Image toolFeatures and issues relating to the Native Image tool
Milestone
Description
We should propagate more of Bazel's own configuration and settings into the Native Image compile flow, using the flags native-image expects. See the full list of anticipated support below.
- feat: graalvm rules should respect
--compilation_mode=[opt|dbg|fastbuild] - feat: graalvm rules should add debug symbols when instructed
- feat: graalvm rules should add coverage tool support when building a test-only target and coverage is active
- feat: proper handling of
march→ feat: extended native-image build options #107 -
feat: correctly handlebad idea, see feat(native_image): honor C toolchain compiler and linker flags #109coptand family -
feat: graalvm rules should more intelligently handle/hide compile outputnote: kicked -
feat: graalvm rules should support pgonote: filed as PGO support #120 -
feat: graalvm rules should support bgv and build report sidecar outputsnote: filed as Support for Output Groups #121
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureMainline feature workMainline feature worknative-imageFeatures and issues relating to the Native Image toolFeatures and issues relating to the Native Image tool
Projects
Status
Done