From 380b660c3a8604462a146ea91a4eeef34c118ff7 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Wed, 30 Oct 2024 13:10:26 -0700 Subject: [PATCH] Add `RUNTIME_BIN` as dependency of `cuda-tests` target. The runtime binary is needed in order to use it as a Docker runtime. PiperOrigin-RevId: 691527431 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71f7f0591..570f2da22 100644 --- a/Makefile +++ b/Makefile @@ -331,7 +331,7 @@ cos-gpu-all-tests: gpu-images cos-gpu-smoke-tests $(RUNTIME_BIN) @$(call sudo,test/gpu:sniffer_test,--runtime=$(RUNTIME) -test.v --cos-gpu $(ARGS)) .PHONY: cos-gpu-all-tests -cuda-tests: load-gpu_cuda-tests +cuda-tests: load-gpu_cuda-tests $(RUNTIME_BIN) @$(call install_runtime,$(RUNTIME),--nvproxy=true --nvproxy-docker=true) @$(call sudo,test/gpu:cuda_test,--runtime=$(RUNTIME) -test.v $(ARGS)) .PHONY: cuda-tests