Skip to content

Commit 447f9a8

Browse files
liuguo09xiaoxiang781216
authored andcommitted
cibuild.sh: switch to use the recent bitbucket tools repo
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
1 parent cb75fd7 commit 447f9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function gen-romfs {
3535

3636
if [ ! -f "$prebuilt/genromfs/usr/bin/genromfs" ]; then
3737
if [ ! -d "$tools" ]; then
38-
git clone https://github.com/nuttx/tools.git $tools
38+
git clone https://bitbucket.org/nuttx/tools.git $tools
3939
fi
4040
mkdir -p $prebuilt; cd $tools
4141
tar zxf genromfs-0.5.2.tar.gz -C $prebuilt

0 commit comments

Comments
 (0)