Skip to content

Commit

Permalink
Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
use key-value format in stage0 file

Currently, we are working on the python removal task on bootstrap. Which means we have to extract some data from the stage0 file using shell scripts. However, parsing values from the stage0.json file is painful because shell scripts don't have a built-in way to parse json files.

This change simplifies the stage0 file format to key-value pairs, which makes it easily readable from any environment.

See the zulip thread for more details: https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/Using.20different.20format.20in.20the.20stage0.20file
  • Loading branch information
bors committed May 12, 2024
2 parents 6546f6e + cd28cef commit 3ef1385
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 3ef1385

Please sign in to comment.