gecko-dev/taskcluster/scripts/misc/exfiltrate-pdbstr.sh
Mike Hommey deaae0a9f3 Bug 1618781 - Add toolchains tasks for pdbstr. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D67085

--HG--
extra : moz-landing-system : lando
2020-03-18 03:34:44 +00:00

9 lines
209 B
Bash

#!/bin/sh
set -x -e -v
# Copy the file that already exists on Windows workers.
mkdir pdbstr
cp "c:/Program Files (x86)/Windows Kits/10/Debuggers/$1/srcsrv/pdbstr.exe" pdbstr
tar -jcvf pdbstr.tar.bz2 pdbstr