We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c5b3a commit 98a1d66Copy full SHA for 98a1d66
1 file changed
.ci/docker/build.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
# Copyright (c) Meta Platforms, Inc. and affiliates.
3
# All rights reserved.
4
+# Copyright 2026 Arm Limited and/or its affiliates.
5
#
6
# This source code is licensed under the BSD-style license found in the
7
# LICENSE file in the root directory of this source tree.
@@ -94,11 +95,6 @@ BUILD_DOCS=1
94
95
# Copy requirements-lintrunner.txt from root to here
96
cp ../../requirements-lintrunner.txt ./
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
-
102
docker build \
103
--no-cache \
104
--progress=plain \
0 commit comments