tsukumijima / libmali-rockchip

Rockchip Userspace Mali GPU Driver and Debian Packages (Mirror of https://github.com/JeffyCN/mirrors/tree/libmali)
https://github.com/tsukumijima/libmali-rockchip/releases
Other
63 stars 17 forks source link

refname is ambigous #5

Open avi448 opened 2 months ago

avi448 commented 2 months ago

I am not able to checkout this repo from Buildroot no matter how I try it

From https://github.com/tsukumijima/libmali-rockchip
 * [new branch]      master         -> origin/master
 * [new tag]         v1.9-1-55611b0 -> v1.9-1-55611b0
 * [new tag]         v1.9-1-2d267b0 -> v1.9-1-2d267b0
 * [new tag]         v1.9-1-3381696 -> v1.9-1-3381696
 * [new tag]         v1.9-1-53c16ef -> v1.9-1-53c16ef
 * [new tag]         v1.9-1-6f3d407 -> v1.9-1-6f3d407
 * [new tag]         v1.9-1-b5d7972 -> v1.9-1-b5d7972
 * [new tag]         v1.9-1-b9619b9 -> v1.9-1-b9619b9
GIT_DIR=/home/avi/Buildroot-2/buildroot.dl/rockchip-mali/git/.git git fetch origin -t 
GIT_DIR=/home/avi/Buildroot-2/buildroot.dl/rockchip-mali/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' 
GIT_DIR=/home/avi/Buildroot-2/buildroot.dl/rockchip-mali/git/.git git checkout -f -q 'v1.9-1-55611b0' 
warning: refname 'v1.9-1-55611b0' is ambiguous.
GIT_DIR=/home/avi/Buildroot-2/buildroot.dl/rockchip-mali/git/.git git clean -ffdx 
^[[A^Cmake[1]: *** wait: No child processes.  Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: *** wait: No child processes.  Stop.
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2
tsukumijima commented 2 months ago

The tags for this repository are automatically generated by GitHub Actions, so I am not sure either. However, to begin with, this mirror repository is very heavy due to the fact that huge binary files are versioned in Git. Huge binary files should not be managed in Git... I recommend that you download it as a Zip file, or shallow clone it with --depth=1 when you git clone it.