Skip to content

Commit 089858b

Browse files
robellfacebook-github-bot
authored andcommitted
Fix to pin dependency revisions properly and so fix some builds (#3971)
Summary: Pull Request resolved: #3971 Reviewed By: malfet, JacobSzwejbka Differential Revision: D58533650 Pulled By: digantdesai fbshipit-source-id: 7d30e65c7e916a784b84f75c6a440023ed0291c5
1 parent 9c8cb1e commit 089858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/arm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function setup_ethos_u() {
152152
git clone ${ethos_u_repo_url}
153153
cd ethos-u
154154
git reset --hard ${ethos_u_base_rev}
155-
python3 ./fetch_externals.py fetch
155+
python3 ./fetch_externals.py -c ${ethos_u_base_rev}.json fetch
156156
pip install pyelftools
157157
echo "[${FUNCNAME[0]}] Done @ $(git describe --all --long 3> /dev/null) in ${root_dir}/ethos-u dir."
158158
}

0 commit comments

Comments
 (0)