-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[Regression] Fetching dependency from codeberg.org causes it to return 503 #19624
Copy link
Copy link
Closed
Closed
Copy link
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.regressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Milestone
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.regressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Type
Fields
Give feedbackNo fields configured for issues without a type.
Zig Version
0.12.0-dev.3633+f7a76bdfe
Steps to Reproduce and Observed Behavior
Works with
0.12.0-dev.3610+9d27f34d0, no longer works with0.12.0-dev.3633+f7a76bdfe. Possibly related to #19500? (cc @ianic) - it's unclear to me whether these changes are included in the working build - the GitHub UI lists them as before but the merge commit is after9d27f34d0.Clone kiesel and try to build:
...despite codeberg being alive and kicking (and this still working with a previous version).
Expected Behavior
Should still work.