diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-02-26 12:15:25 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-02-26 12:15:25 +0000 |
| commit | a45a81a6a290d654d8906a099721d631fd361ee9 (patch) | |
| tree | 4cd9db75515418365e4b9d4749a771ea9b5b1884 /scripts | |
| parent | f79601fbb09c50e47ade725ed350e02bcaeb55bc (diff) | |
| download | rust-a45a81a6a290d654d8906a099721d631fd361ee9.tar.gz rust-a45a81a6a290d654d8906a099721d631fd361ee9.zip | |
Patch coretests separately from the standard library source
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 35aa3984491..abb09775d21 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 -c user.name=Dummy -c user.email=dummy@example.com am ../patches/*-sysroot-*.patch +git -c user.name=Dummy -c user.email=dummy@example.com am ../patches/*-stdlib-*.patch git apply - <<EOF diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml |
