From afdacf2a58114602cf9f89ccb65a8fe1cb232a86 Mon Sep 17 00:00:00 2001 From: Erik Lundell Date: Mon, 13 Apr 2026 09:39:44 +0200 Subject: [PATCH] Remove un-used copy from building dockers The removed copy seems to be stale, it is never used. Signed-off-by: Erik Lundell Change-Id: I5d6e6a5f18a1fd69b1b38954bcbe4b73d887ea15 --- .ci/docker/build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.ci/docker/build.sh b/.ci/docker/build.sh index 08cab0587e4..7c4a80044e4 100755 --- a/.ci/docker/build.sh +++ b/.ci/docker/build.sh @@ -1,6 +1,7 @@ #!/bin/bash # Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. +# Copyright 2026 Arm Limited and/or its affiliates. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. @@ -94,11 +95,6 @@ BUILD_DOCS=1 # Copy requirements-lintrunner.txt from root to here cp ../../requirements-lintrunner.txt ./ -# Copy arm setup script from root to here -# TODO(huydhn): Figure out a way to rebuild the Docker image automatically -# with a new image hash when the content here is updated -cp -r ../../examples/arm/ ./arm - docker build \ --no-cache \ --progress=plain \