summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/releng_infra_configs/macosx64.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/configs/releng_infra_configs/macosx64.py')
-rw-r--r--testing/mozharness/configs/releng_infra_configs/macosx64.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/mozharness/configs/releng_infra_configs/macosx64.py b/testing/mozharness/configs/releng_infra_configs/macosx64.py
new file mode 100644
index 000000000..c0b5948cc
--- /dev/null
+++ b/testing/mozharness/configs/releng_infra_configs/macosx64.py
@@ -0,0 +1,5 @@
+config = {
+ 'env': {
+ 'MINIDUMP_STACKWALK': '%(abs_tools_dir)s/breakpad/osx64/minidump_stackwalk',
+ }
+}