-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Milestone
Description
Zig Version
0.12.0-dev.1647+325e0f5f0
Steps to Reproduce and Observed Behavior
.{
.name = "test",
.version = "0.1.0",
.paths = .{""},
.dependencies = .{
.iterm2_themes = .{
.url = "https://github.com/mbadolato/iTerm2-Color-Schemes/archive/aed2a8f0565a51913e8ddc1731f25bc71978a1e0.tar.gz",
},
},
}
On macOS: 12201fff83e91996f5c6abf51c8d0a54630926d81564f75681e1972575058d6476fc
On Linux: 12202a04dfdfc563f0c74a61559a549c194405f0ef562e5c20e32066bde0bbcd1020
Expected Behavior
Hashes should match. I'm not sure what is causing the problem yet.
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management