mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -25,7 +25,7 @@ bogo_init()
|
|||
BORING=${BORING:=boringssl}
|
||||
if [ ! -d "$BORING" ]; then
|
||||
git clone -q https://boringssl.googlesource.com/boringssl "$BORING"
|
||||
git -C "$BORING" checkout -q ec55dc15d3a39e5f1a58bfd79148729f38f6acb4
|
||||
git -C "$BORING" checkout -q 7f4f41fa81c03e0f8ef1ab5b3d1d566b5968f107
|
||||
fi
|
||||
|
||||
SCRIPTNAME="bogo.sh"
|
||||
|
|
@ -39,9 +39,9 @@ bogo_cleanup()
|
|||
. common/cleanup.sh
|
||||
}
|
||||
|
||||
cd ../
|
||||
cwd=$(cd $(dirname $0); pwd -P)
|
||||
SOURCE_DIR="$cwd"/..
|
||||
cd "$(dirname "$0")"
|
||||
cwd=$(pwd -P)
|
||||
SOURCE_DIR="$(cd "$cwd"/../..; pwd -P)"
|
||||
bogo_init
|
||||
(cd "$BORING"/ssl/test/runner;
|
||||
GOPATH="$cwd" go test -pipe -shim-path "${BINDIR}"/nss_bogo_shim \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue