# builds write to the source dir (and its parent), so move the source trees to # our workspace from the (cached) checkout dir cp -a "${VCS_PATH}/nss" .
[ -d nspr ] || git clone https://github.com/mozilla/nspr nspr
pushd nspr
git checkout -- . if [[ -f ../nss/nspr.patch && "$ALLOW_NSPR_PATCH" == "1" ]]; then
patch -p1 < ../nss/nspr.patch fi
popd
# Build. make -C nss nss_build_all
# Package. if [ `uname` = Linux ]; then
artifacts=/builds/worker/artifacts else
mkdir artifacts
artifacts=artifacts fi
tar cvfjh ${artifacts}/dist.tar.bz2 dist
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-08-25)
¤
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 und die Messung sind noch experimentell.