Skip to content

Commit e9d7a11

Browse files
committed
Arm backend: Remove unused github ci git setup
Setup.sh has changed how things are installed and a git user is not needed anymore. Signed-off-by: Zingo Andersen <[email protected]> Change-Id: Ia2c212f55742ff5b61a1a2c658e574a5b441720c
1 parent 01f5599 commit e9d7a11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/bin/bash
2-
# Copyright 2024 Arm Limited and/or its affiliates.
2+
# Copyright 2024-2025 Arm Limited and/or its affiliates.
33
#
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

77
# NB: This function could be used to install Arm dependencies
88
# Setup arm example environment (including TOSA tools)
9-
git config --global user.email "[email protected]"
10-
git config --global user.name "Github Executorch"
9+
1110
bash examples/arm/setup.sh --i-agree-to-the-contained-eula

0 commit comments

Comments
 (0)