#Raylib-zig constantly refetching itself on build

1 messages · Page 1 of 1 (latest)

hollow robin
#

hey, anyone else having issues with raylib-zig constantly refetching itself on build for the 0.14.0 branch? i have the correct hash (i believe, i removed it from build.zig.zon and reinstalled again to make sure) but it still does it
this is the build summary i get:

Build Summary: 10/10 steps succeeded
run success
└─ run <> success 1s MaxRSS:78M
   ├─ zig build-exe <> Debug native cached 51ms MaxRSS:18M
   │  ├─ WriteFile raylib.h cached
   │  ├─ zig build-lib raylib Debug native cached 38ms MaxRSS:18M
   │  │  ├─ WriteFile raygui.c cached
   │  │  └─ WriteFile raygui.c (reused)
   │  ├─ zig build-lib raylib Debug native (+2 more reused dependencies)
   │  └─ run gen_tzdb_prefix (tzdb_prefix.zig) cached
   │     ├─ zig build-exe gen_tzdb_prefix Debug native cached 53ms MaxRSS:18M
   │     └─ zig build-exe gen_tzdb_prefix Debug native (reused)
   └─ install cached
      └─ install <> cached
         └─ zig build-exe <> Debug native (+4 more reused dependencies)
vapid blade
#

zig env to see where that is

hollow robin
vapid blade
#

Damn I've seen that help people before with this issue. That's all I got 😕

hollow robin
#

unlucky stuff 😆

tall pier
#

zig fetch --save git+https://github.com/Not-Nik/raylib-zig

hollow robin
tall pier
hollow robin
#

weird, works fine on devel branch

#

ill try going to 0.14.0 again to see

tall pier
#

devel should work fine with zig 0.14.0

#

just pin it to the current commit

#

zig fetch --save git+https://github.com/Not-Nik/raylib-zig