Running individual example causes it to rebuild everytime #265
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug caused by https://github.com/hexops/mach/pull/259
When an individual example is run, say
zig build run-example-triangle, it is being forced to rebuilt every time despite it being already install/in latest state.This could be a compiler bug because I have a project with similar changes as #259 and it works completely fine.
Is the behaviour the same on both Linux and Windows?
I can only test on Linux.
Can you try wiping out
zig-cache? I'd be curious if it's a bug in zig-caching behaviorYeah that was it.
It's strange that it happened to two copies of Mach for me.But I don't think there is a solid repro for it.