devops: fix chromium checkout
This commit is contained in:
parent
75a0d7a76b
commit
c9fae65400
|
|
@ -104,7 +104,7 @@ compile_chromium() {
|
||||||
if [[ ! -d "${CR_CHECKOUT_PATH}" ]]; then
|
if [[ ! -d "${CR_CHECKOUT_PATH}" ]]; then
|
||||||
mkdir "${CR_CHECKOUT_PATH}"
|
mkdir "${CR_CHECKOUT_PATH}"
|
||||||
cd "${CR_CHECKOUT_PATH}"
|
cd "${CR_CHECKOUT_PATH}"
|
||||||
fetch --no-hooks chromium
|
fetch --nohooks chromium
|
||||||
cd src
|
cd src
|
||||||
if [[ $(uname) == "Linux" ]]; then
|
if [[ $(uname) == "Linux" ]]; then
|
||||||
./build/install-build-deps.sh
|
./build/install-build-deps.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue