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

add more pipeline/cli config vars #6

Open
11 tasks
Gankra opened this issue Jul 28, 2022 · 0 comments
Open
11 tasks

add more pipeline/cli config vars #6

Gankra opened this issue Jul 28, 2022 · 0 comments

Comments

@Gankra
Copy link
Collaborator

Gankra commented Jul 28, 2022

Here's various things we mess with which we might want to expose globally (applied to all tasks) and locally (scoped to a Dep).

  • meta flags
    • build dir (conflated with install dir, cf cleanup build caching #4 )
    • "skip rebuilding, I want to ensure the code_id is static"
  • cargo flags
    • just let them set CARGOFLAGS?
    • --release vs --debug
  • rustc flags
    • just let them set RUSTFLAGS?
    • -Csplit-debuginfo=packed
    • -Cdebuginfo=2
  • minidump-stackwalk flags
    • --symbols-path
    • --symbols-url (we currently don't use mozilla's servers, which makes --debugger produce way better output)
    • --brief
    • --pretty

Also it's possible we should look into https://crates.io/crates/config to streamline this

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

No branches or pull requests

1 participant