зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1713367 - Fix spidermonkey uploads r=jkratzer
Differential Revision: https://phabricator.services.mozilla.com/D116279
This commit is contained in:
Родитель
ef4e57256e
Коммит
b343acaa32
|
@ -28,7 +28,7 @@ if [ -n "$MOZ_JS_UPLOAD_BINARIES" ]; then
|
||||||
upload=1
|
upload=1
|
||||||
fi
|
fi
|
||||||
if [ "$upload" = "1" ]; then
|
if [ "$upload" = "1" ]; then
|
||||||
cp -rL "$OBJDIR/dist/bin/{js,jsapi-tests,js-gdb.py}" "$UPLOAD_DIR"
|
cp -rL "$OBJDIR/dist/bin/"{js,jsapi-tests,js-gdb.py} "$UPLOAD_DIR"
|
||||||
cp -L "$OBJDIR/mozinfo.json" "$UPLOAD_DIR/target.mozinfo.json"
|
cp -L "$OBJDIR/mozinfo.json" "$UPLOAD_DIR/target.mozinfo.json"
|
||||||
|
|
||||||
# Fuzzing users want the correct version of llvm-symbolizer available in the
|
# Fuzzing users want the correct version of llvm-symbolizer available in the
|
||||||
|
|
Загрузка…
Ссылка в новой задаче