Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/security/nss/automation/taskcluster/windows/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  setup.sh   Sprache: Shell

 
#!/usr/bin/env bash

set -v -e -x

# Usage: hg_clone repo dir [revision=@]
hg_clone() {
    repo=$1
    dir=$2
    rev=${3:-@}
    for i in 0 2 5; do
        sleep $i
        hg clone -r "$rev" "$repo" "$dir" && return
        rm -rf "$dir"
    done
    exit 1
}

export SSL_CERT_FILE=/c/mozilla-build/python3/Lib/site-packages/certifi/cacert.pem

/c/mozilla-build/python/python.exe /c/builds/tooltool.py -c /c/builds/tooltool_cache --url ${TASKCLUSTER_PROXY_URL}/tooltool.mozilla-releng.net/ --overwrite -m $(dirname $0)/releng.manifest fetch

# This needs $m to be set.
if [ -n "$m" ]; then

    # Setup MSVC paths.
    export VSPATH="${PWD}/vs2017_15.4.2"
    UCRTVersion="10.0.15063.0"

    export WINDOWSSDKDIR="${VSPATH}/SDK"
    export VS90COMNTOOLS="${VSPATH}/VC"
    export WIN32_REDIST_DIR="${VSPATH}/VC/redist/${m}/Microsoft.VC141.CRT"
    export WIN_UCRT_REDIST_DIR="${VSPATH}/SDK/Redist/ucrt/DLLs/${m}"

    if [ "$m" == "x86" ]; then
        PATH="${VSPATH}/VC/bin/Hostx64/x64:${PATH}"
        PATH="${VSPATH}/VC/bin/Hostx64/x86:${PATH}"
    fi
    PATH="${VSPATH}/VC/bin/Host${m}/${m}:${PATH}"
    PATH="${WIN32_REDIST_DIR}:${PATH}"
    PATH="${WIN_UCRT_REDIST_DIR}:${PATH}"
    PATH="${VSPATH}/SDK/bin/${UCRTVersion}/x64:${PATH}"
    export PATH

    LIB="${LIB}:${VSPATH}/VC/lib/${m}"
    LIB="${LIB}:${VSPATH}/SDK/lib/${UCRTVersion}/ucrt/${m}"
    LIB="${LIB}:${VSPATH}/SDK/lib/${UCRTVersion}/um/${m}"
    export LIB

    INCLUDE="${INCLUDE}:${VSPATH}/VC/include"
    INCLUDE="${INCLUDE}:${VSPATH}/SDK/Include/${UCRTVersion}/ucrt"
    INCLUDE="${INCLUDE}:${VSPATH}/SDK/Include/${UCRTVersion}/shared"
    INCLUDE="${INCLUDE}:${VSPATH}/SDK/Include/${UCRTVersion}/um"
    export INCLUDE

fi

Messung V0.5
C=76 H=96 G=86

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.