Skip to content

package hash differs between operating systems due to file system case sensitivity #18089

@mitchellh

Description

@mitchellh

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

No one assigned

    Labels

    bugObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.zig build systemstd.Build, the build runner, `zig build` subcommand, package management

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions