diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-13 13:51:51 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-13 13:51:51 +0000 |
| commit | 397fafa16090dc2530449027a71143480d5cc336 (patch) | |
| tree | 169dac8a83041edf2441142733ac65772e783eef /scripts | |
| parent | af99a369c448c4b81c1a75437dc17779f6301020 (diff) | |
| download | rust-397fafa16090dc2530449027a71143480d5cc336.tar.gz rust-397fafa16090dc2530449027a71143480d5cc336.zip | |
Don't require git user to be configured for testing rust
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index 88bc6445503..ce0d7e9fe07 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -10,7 +10,7 @@ git fetch git checkout -- . git checkout "$(rustc -V | cut -d' ' -f3 | tr -d '(')" -git am ../patches/*-sysroot-*.patch +git -c user.name=Dummy -c user.email=dummy@example.com am ../patches/*-sysroot-*.patch git apply - <<EOF diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml |
