chore: Set up git configuration in Windows profile build workflow

This commit is contained in:
Mauro Balades
2024-07-23 18:28:45 +02:00
parent de8e45a38f
commit 18b267300c

View File

@@ -24,6 +24,11 @@ jobs:
with:
node-version: 20
- name: Setup git
run: |
git config --global user.email "mauro-balades@users.noreply.github.com"
git config --global user.name "mauro-balades"
- name: Install pnpm
run: npm install -g pnpm
@@ -66,7 +71,7 @@ jobs:
echo './mach --no-interactive bootstrap --application-choice browser' '' >> mozilla-build-run.sh
echo 'ls /c/Users/runneradmin/.mozbuild/clang/bin' '' >> mozilla-build-run.sh
echo 'LLVM_PROFDATA=/c/Users/runneradmin/.mozbuild/clang/bin/llvm-profdata.exe JARLOG_FILE=en-US.log ./mach python build/pgo/profileserver.py --binary /c/artifact/zen/zen.exe' '' >> mozilla-build-run.sh
C:\mozilla-build\start-shell.bat $workspace_dir\mozilla-build-run.sh
C:\mozilla-build\start-shell.bat mozilla-build-run.sh
- name: 🐛 Debug Session
if: ${{ failure() }}