[REQUEST]: Environment variable support
See original GitHub issueIs 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:
- Created a year ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This also come up when trying to configure the go compiler. For example enabling amd64 sub architectures require setting the
GOAMD64
environment variable to eitherv1
,v2
,v3
orv4
.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 withASAN_OPTIONS=halt_on_error=0
.