Skip to content

Commit afdacf2

Browse files
committed
Remove un-used copy from building dockers
The removed copy seems to be stale, it is never used. Signed-off-by: Erik Lundell <erik.lundell@arm.com> Change-Id: I5d6e6a5f18a1fd69b1b38954bcbe4b73d887ea15
1 parent 2eaa16c commit afdacf2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.ci/docker/build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
# Copyright (c) Meta Platforms, Inc. and affiliates.
33
# All rights reserved.
4+
# Copyright 2026 Arm Limited and/or its affiliates.
45
#
56
# This source code is licensed under the BSD-style license found in the
67
# LICENSE file in the root directory of this source tree.
@@ -94,11 +95,6 @@ BUILD_DOCS=1
9495
# Copy requirements-lintrunner.txt from root to here
9596
cp ../../requirements-lintrunner.txt ./
9697

97-
# Copy arm setup script from root to here
98-
# TODO(huydhn): Figure out a way to rebuild the Docker image automatically
99-
# with a new image hash when the content here is updated
100-
cp -r ../../examples/arm/ ./arm
101-
10298
docker build \
10399
--no-cache \
104100
--progress=plain \

0 commit comments

Comments
 (0)