Skip to content

Commit 1c86365

Browse files
authored
Merge pull request #1063 from SteveL-MSFT/v3.2-p4-merge
Sync changes for release pipeline
2 parents df8df70 + ba5e7b3 commit 1c86365

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.cargo/config.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ rustflags = ["-Ccontrol-flow-guard", "-Ctarget-feature=+crt-static", "-Clink-arg
1818
# The following is only needed for release builds
1919
[source.crates-io]
2020
replace-with = "POWERSHELL"
21-
22-
#[target.aarch64-unknown-linux-gnu]
23-
#linker = "aarch64-linux-gnu-gcc"
24-
25-
#[target.aarch64-unknown-linux-musl]
26-
#linker = "aarch64-linux-musl-gcc"

build.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ if ($null -ne (Get-Command msrustup -CommandType Application -ErrorAction Ignore
167167
}
168168
} elseif ($null -ne (Get-Command rustup -CommandType Application -ErrorAction Ignore)) {
169169
$rustup = 'rustup'
170-
} else {
171-
$rustup = 'echo'
172170
}
173171

174172
if ($null -ne $packageType) {

0 commit comments

Comments
 (0)