feat: add sensenet Buck2 build infrastructure - #2
Open
b7r6 wants to merge 1 commit into
Open
Conversation
Import sensenet's Buck2 module for build infrastructure: - Add BUILD.dhall with haskell_ffi_binary target - Import dhall prelude and toolchains from sensenet - Configure flake to use sensenet.flakeModules.buck2 Build: nix develop .#buck2-default && buck2 build //:slide GHC 9.12 package resolution uses ghc-pkg-id wrapper script to translate -package flags to -package-id flags (workaround for ghcWithPackages bug).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Import sensenet's Buck2 module for build infrastructure, enabling Buck2 builds.
Changes
haskell_ffi_binarytarget for slidesensenet.flakeModules.buck2ghc-pkg-idwrapper)Usage
nix develop .#buck2-default buck2 build //:slide buck2 run //:slide -- --helpTechnical Details
The flake imports sensenet as an input and uses its
flakeModules.buck2modulewhich provides the Buck2 project infrastructure including: