зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1798926 - Fix resource link for 'fetch-arcanist' task; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D161438
This commit is contained in:
Родитель
dd02807d03
Коммит
309272b03d
|
@ -23,7 +23,7 @@ arcanist:
|
|||
description: checkout of arcanist for running on Windows
|
||||
fetch:
|
||||
type: git
|
||||
repo: https://github.com/phacility/arcanist.git
|
||||
repo: https://github.com/phacility/arcanist
|
||||
revision: a028291f8e5e79b6446ad67ed8b0be9c5ec8f029
|
||||
depot_tools:
|
||||
description: Google's depot_tools package
|
||||
|
|
|
@ -53,13 +53,13 @@ fi
|
|||
cp "$MOZ_FETCHES_DIR/vcruntime140.dll" "$MOZ_FETCHES_DIR/php-win"
|
||||
cp "$GECKO_PATH/taskcluster/docker/updatebot/windows-php.ini" "$MOZ_FETCHES_DIR/php-win/php.ini"
|
||||
|
||||
cd "$MOZ_FETCHES_DIR/arcanist.git"
|
||||
cd "$MOZ_FETCHES_DIR/arcanist"
|
||||
patch -p1 < "$GECKO_PATH/taskcluster/docker/updatebot/arcanist_windows_stream.patch"
|
||||
patch -p1 < "$GECKO_PATH/taskcluster/docker/updatebot/arcanist_patch_size.patch"
|
||||
cd "$MOZ_FETCHES_DIR"
|
||||
|
||||
export PATH="$MOZ_FETCHES_PATH/php-win:$PATH"
|
||||
export PATH="$MOZ_FETCHES_PATH/arcanist.git/bin:$PATH"
|
||||
export PATH="$MOZ_FETCHES_PATH/arcanist/bin:$PATH"
|
||||
|
||||
# get Updatebot
|
||||
cd "$MOZ_FETCHES_DIR"
|
||||
|
|
Загрузка…
Ссылка в новой задаче