mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/bash
|
|
source /etc/profile
|
|
RootPath=/root
|
|
cd $RootPath
|
|
cd ./cubefs
|
|
export CPUTYPE=arm64_gcc4
|
|
bash ./build.sh
|
|
export CPUTYPE= |