Fix ChromeOS Swarming bot compile
BUG=skia:5158 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1886573004 Review URL: https://codereview.chromium.org/1886573004
This commit is contained in:
parent
33b6b8ef99
commit
2892668f1b
@ -63,6 +63,12 @@ fi
|
|||||||
# thinks we're in a Chrome checkout.
|
# thinks we're in a Chrome checkout.
|
||||||
echo "Delete me!" > "${CHROMEOS_CHROOT}/.gclient"
|
echo "Delete me!" > "${CHROMEOS_CHROOT}/.gclient"
|
||||||
|
|
||||||
|
# We may also need a .git directory.
|
||||||
|
GIT_DIR="${CHROMEOS_CHROOT}/src/third_party/chromite/.git"
|
||||||
|
if ! [[ -d "${GIT_DIR}" ]]; then
|
||||||
|
mkdir -p ${GIT_DIR}
|
||||||
|
fi
|
||||||
|
|
||||||
# Where the Skia code will pretend to live inside the chroot.
|
# Where the Skia code will pretend to live inside the chroot.
|
||||||
SKIA_TOP_DIR="${SCRIPT_DIR}/../../.."
|
SKIA_TOP_DIR="${SCRIPT_DIR}/../../.."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user