kassane commented on code in PR #44536: URL: https://github.com/apache/arrow/pull/44536#discussion_r1949847423
########## d/dub.json: ########## @@ -0,0 +1,50 @@ +{ + "name": "arrow-d", + "description": "Apache Arrow - D bindings", + "license": "Apache-2.0", + "toolchainRequirements": { + "frontend": ">=2.105.3" + }, + "buildTypes": { + "debug": { + "buildOptions": [ + "debugMode", + "debugInfo" + ] + }, + "release": { + "buildOptions": [ + "releaseMode", + "inline", + "optimize" + ] + } + }, + "preBuildCommands": [ + "\"$DUB\" run girtod -- -i source -o source --use-runtime-linker" Review Comment: generator tools replaced (gtk4 compat): https://github.com/Kymorphia/gidgen > Can we use out-of-source build? Considerable. Maybe add `packages` folder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org