#!/bin/bash # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# pdf.js setup # We want to aviod downloading a ton of packages all the time, so # we will preload the pdf.js repo (and packages) in the Docker image # and only update it at runtime. This means that the `./mach vendor` # behavior for pdf.js will also be kind of custom
npm install -g gulp-cli
cd /builds/worker/
git clone https://github.com/mozilla/pdf.js.git
cd /builds/worker/pdf.js
npm ci --legacy-peer-deps
# seed a v8 repository because it's large, and doing an update will # be much faster than a new clone each time.
cd /builds/worker/
git clone https://github.com/v8/v8.git
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.