summaryrefslogtreecommitdiffstats
path: root/tools/crashreporter/system-symbols/win/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/crashreporter/system-symbols/win/run.sh')
-rwxr-xr-xtools/crashreporter/system-symbols/win/run.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/crashreporter/system-symbols/win/run.sh b/tools/crashreporter/system-symbols/win/run.sh
new file mode 100755
index 0000000000..f95b2b160a
--- /dev/null
+++ b/tools/crashreporter/system-symbols/win/run.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -v -e -x
+
+base="$(realpath "$(dirname "$0")")"
+
+export DUMP_SYMS_PATH="${MOZ_FETCHES_DIR}/dump_syms/dump_syms"
+
+mkdir -p artifacts && \
+ulimit -n 16384 && \
+python3 "${base}/symsrv-fetch.py" artifacts/target.crashreporter-symbols.zip