deploy: require nvcc at build time #32
Reference in New Issue
Block a user
Delete Branch "ci/deploy-require-cuda"
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?
The build script's "nvcc not found; CUDA kernel not compiled into this binary" warning seen in ci.yml's test job (run 78) is expected there: the
rustrunner has no nvcc and that job only lints and tests. For the deploy build on cuda-13.0 the same degradation would ship a wgpu-fallback binary and only fail at validate on the hosts.MINER_CUDA_REQUIRE=1makes it a build failure instead, before any host is touched; release.yaml already sets it.🤖 Generated with Claude Code
https://claude.ai/code/session_01Ue5ZZm1Hiv5zPnucykKKuF