We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d7a11 commit ec63d8eCopy full SHA for ec63d8e
.ci/scripts/setup-arm-baremetal-tools.sh
@@ -7,4 +7,8 @@
7
# NB: This function could be used to install Arm dependencies
8
# Setup arm example environment (including TOSA tools)
9
10
+
11
+git config --global user.email "[email protected]" #test - line should be remove
12
+git config --global user.name "Github Executorch" #test - line should be remove
13
14
bash examples/arm/setup.sh --i-agree-to-the-contained-eula
0 commit comments