From 3600b2da710e83d71c3eb78a261f0d78fc671684 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Wed, 1 Jul 2026 05:48:57 -0700 Subject: [PATCH 1/2] Edit build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index f5260ecd59..ec1ae8c881 100755 --- a/build.sh +++ b/build.sh @@ -65,6 +65,8 @@ HELP="$0 [ ...] [ ...] [--cmake-args=\"\"] [--cache-tool= Date: Thu, 2 Jul 2026 07:29:25 +0000 Subject: [PATCH 2/2] precommit run --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ec1ae8c881..68c92c9f1b 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: Copyright (c) 2020-2026, NVIDIA CORPORATION. +# SPDX-FileCopyrightText: Copyright (c) 2020-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # cuvs build scripts