hexops / mach

zig game engine & graphics toolkit
https://machengine.org
Other
3.37k stars 160 forks source link

mach/gpu-dawn: prebuilt binary download failed #810

Closed chrboesch closed 1 year ago

chrboesch commented 1 year ago

When I run zig build I get the following error:

downloading https://github.com/hexops/mach-gpu-dawn/releases/download/release-d0fb7f9/libdawn_x86_64-linux-gnu_release-fast.a.gz..
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  9.9M  100  9.9M    0     0  17.2M      0 --:--:-- --:--:-- --:--:-- 93.0M
downloading https://github.com/hexops/mach-gpu-dawn/releases/download/release-d0fb7f9/headers.json.gz..
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100     9  100     9    0     0     43      0 --:--:-- --:--:-- --:--:--    43
error: mach/gpu-dawn: prebuilt binary download failed: EndOfStream
slimsag commented 1 year ago

Sorry about that 😅 I merged a bad commit at the wrong time - should be fixed now! This is the last dependency we've yet to migrate over :)

chrboesch commented 1 year ago

Now it works. Thanks! :+1: