chore: Update workflows to include check-release job in alpha.yml

This commit is contained in:
Mauro Balades
2024-08-02 16:36:18 +02:00
parent ef01c86d7c
commit 639806e13f
5 changed files with 39 additions and 34 deletions

View File

@@ -51,8 +51,8 @@ jobs:
run: |
cd C:\artifact
ls
7z x ${{ inputs.profile-data-path-archive }}
ls
zstd -d ${{ inputs.profile-data-path-archive }}
7z x zen-*.tar
- name: Setup
run: |
@@ -74,6 +74,7 @@ jobs:
echo $workspace_dir
echo "cd $workspace_dir" '' >> mozilla-build-run.sh
echo 'export PATH=/c/mozilla-build/msys2/usr/bin:$PATH' '' >> mozilla-build-run.sh
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