Skip to content

Commit

Permalink
BOOTSTRAP_SKIP_TARGET_SANITY=1
Browse files Browse the repository at this point in the history
  • Loading branch information
qethu authored Dec 17, 2024
1 parent adadb65 commit 89b9779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cp config.example.toml config.toml
download-ci-llvm = false
./x build library
./x build --stage 2 compiler/rustc
./x build --target x86_64-unknown-linux-gnu,mips-zkm-zkvm-elf
BOOTSTRAP_SKIP_TARGET_SANITY=1 ./x build --target x86_64-unknown-linux-gnu,mips-zkm-zkvm-elf
BOOTSTRAP_SKIP_TARGET_SANITY=1 ./x install --target x86_64-unknown-linux-gnu,mips-zkm-zkvm-elf
```

Expand Down

0 comments on commit 89b9779

Please sign in to comment.