Skip to content
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

[build] making staticlly linked build simpler and faster #1428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ba-didi
Copy link

@ba-didi ba-didi commented Mar 23, 2025

#1383

  • Build prqlc-c during docker build time
  • Making docker run more generalized:
    • docker-run.sh script as a simple execution wrapper
    • docker-run.sh with no arguments execute the container interactivly with the workspace mounted to it
    • docker-run.sh [command [args]] will execute the command with the args.
  • Making docker-run.sh configure (with no arguments) very similar to the command executes in CI
  • Arguments of configure execution by entrypoint.sh, integrated into configure.ac
  • The full build flow (autogen.sh, configure, make) integrated into the workflows themselves

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant