mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D67085 --HG-- extra : moz-landing-system : lando
9 lines
209 B
Bash
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
|