Skip to content

Commit

Permalink
Remove hash verification for now.
Browse files Browse the repository at this point in the history
This causes weird CI failures that look like file handle leaks in MSBuild.
  • Loading branch information
alexrp committed Jun 14, 2021
1 parent 0ceb83e commit d739cfc
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
DestinationFolder="$(BaseIntermediateOutputPath)"
Condition="!Exists('$(_ArchivePath)')" />

<VerifyFileHash File="$(_ArchivePath)"
Algorithm="SHA256"
Hash="$(ZigArchiveHash)"
ContinueOnError="WarnAndContinue" />

<MakeDir Directories="$(BaseOutputPath)" />

<Unzip SourceFiles="$(_ArchivePath)"
Expand Down
1 change: 0 additions & 1 deletion linux-arm/linux-arm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PackageId>Zig.Toolset.linux-arm</PackageId>
<ZigArchiveName>linux-armv7a</ZigArchiveName>
<ZigArchiveType>tar.xz</ZigArchiveType>
<ZigArchiveHash>d00b8bd97b79f45d6f5da956983bafeaa082e6c2ae8c6e1c6d4faa22fa29b320</ZigArchiveHash>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion linux-arm64/linux-arm64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PackageId>Zig.Toolset.linux-arm64</PackageId>
<ZigArchiveName>linux-aarch64</ZigArchiveName>
<ZigArchiveType>tar.xz</ZigArchiveType>
<ZigArchiveHash>ee204ca2c2037952cf3f8b10c609373a08a291efa4af7b3c73be0f2b27720470</ZigArchiveHash>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion linux-x64/linux-x64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PackageId>Zig.Toolset.linux-x64</PackageId>
<ZigArchiveName>linux-x86_64</ZigArchiveName>
<ZigArchiveType>tar.xz</ZigArchiveType>
<ZigArchiveHash>502625d3da3ae595c5f44a809a87714320b7a40e6dff4a895b5fa7df3391d01e</ZigArchiveHash>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion osx-arm64/osx-arm64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PackageId>Zig.Toolset.osx-arm64</PackageId>
<ZigArchiveName>macos-aarch64</ZigArchiveName>
<ZigArchiveType>tar.xz</ZigArchiveType>
<ZigArchiveHash>b32d13f66d0e1ff740b3326d66a469ee6baddbd7211fa111c066d3bd57683111</ZigArchiveHash>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion osx-x64/osx-x64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PackageId>Zig.Toolset.osx-x64</PackageId>
<ZigArchiveName>macos-x86_64</ZigArchiveName>
<ZigArchiveType>tar.xz</ZigArchiveType>
<ZigArchiveHash>279f9360b5cb23103f0395dc4d3d0d30626e699b1b4be55e98fd985b62bc6fbe</ZigArchiveHash>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion win-x64/win-x64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PackageId>Zig.Toolset.win-x64</PackageId>
<ZigArchiveName>windows-x86_64</ZigArchiveName>
<ZigArchiveType>zip</ZigArchiveType>
<ZigArchiveHash>8580fbbf3afb72e9b495c7f8aeac752a03475ae0bbcf5d787f3775c7e1f4f807</ZigArchiveHash>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion win-x86/win-x86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
<PackageId>Zig.Toolset.win-x86</PackageId>
<ZigArchiveName>windows-i386</ZigArchiveName>
<ZigArchiveType>zip</ZigArchiveType>
<ZigArchiveHash>b6ec9aa6cd6f3872fcb30d43ff411802d82008a0c4142ee49e208a09b2c1c5fe</ZigArchiveHash>
</PropertyGroup>
</Project>

0 comments on commit d739cfc

Please sign in to comment.