Working around failure to fetch dependency in CI
Ziggit
Working around failure to fetch dependency in CI
Hello! I am working on implementing a CI pipeline in sourcehut and I am hitting a snag with github’s rate limits during the fetch stage. It appears to be due to tracy_zig’s request to fetch the upstream tracy like so: .tracy = .{ .url = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.13.1.tar.gz", .hash = "N-V-__8AAOncKwEm1F9c5LrT7HMNmRMYX8-fAoqpc6YyTu9X", }, Sourcehut is able to fetch wolfpld/tracy itself via the url https://github.com/wolfpld/tracy#v0.13.1, but I can’t work a...
0 comments
No comments yet.