question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[REQUEST]: Environment variable support

See original GitHub issue

Is your feature request related to a problem? Please describe

We’d like to use RUSTC_BOOTSTRAP with older rustc versions, to make it easier to explore them.

Describe the solution you’d like

Being able to set env vars would allow setting RUSTC_BOOTSTRAP.

Describe alternatives you’ve considered

N/A

Additional context

Not applicable

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Jorropocommented, Nov 7, 2022

This also come up when trying to configure the go compiler. For example enabling amd64 sub architectures require setting the GOAMD64 environment variable to either v1, v2, v3 or v4.

0reactions
landairecommented, Nov 21, 2022

I’d also like to voice support for this. It’d be useful for scenarios where you wish to compile with -fsanitize=address -fsanitize-recover=address and run with ASAN_OPTIONS=halt_on_error=0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Environment variables set by HTTP Server - IBM
Variable Name Type Description QZHBIS_CLUSTER_ENABLED Non‑SSL REDIRECT_QUERY_URL Non‑SSL HTTPS_SESSION_ID SSL Set to NULL by default when used with HTTP Ser...
Read more >
Environment Variables: What They Are and How To Use Them
Environment variables help you isolate critical application configuration data using env files or remote variable stores.
Read more >
Node.js and Apache per-request environment variables
If you are using Passenger in its Apache integration mode, then you may be aware of the fact that Apache supports per-request environment...
Read more >
Environment Variables in Apache
Access to the server can be controlled based on environment variables using the Require env and Require not env directives. In combination with...
Read more >
Configuring Environment Variables and Secrets - Render
In this guide, we'll give a brief introduction to environment variables and secrets and show you how to configure them on Render. Environment...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found