This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
build(third_party): fix git apply issue
tags/v1.0.0-rc1
Megvii Engine Team
4 years ago
parent
5eb491c5af
commit
bf6cbc1df7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
third_party/apply-patches.sh
+ 1
- 1
third_party/apply-patches.sh
View File
@@ -9,7 +9,7 @@ function apply_cpuinfo_patches() {
git rebase --abort || true
git reset --hard
# Use git apply instead of git am to prevent git require name in .gitconfig
git apply 0001-fix-arm-linux-fix-uclibc-build-error.patch
GIT_AUTHOR_NAME='patcher' GIT_AUTHOR_EMAIL='patcher@nobody.com'
git apply 0001-fix-arm-linux-fix-uclibc-build-error.patch
rm *.patch
popd >/dev/null
else
Write
Preview
Loading…
Cancel
Save