Skip to content

Commit

Permalink
CI: Enable PGO
Browse files Browse the repository at this point in the history
Signed-off-by: Diaz1401 <diaznura@outlook.com>
  • Loading branch information
Diaz1401 committed Jul 2, 2023
1 parent c93b0c2 commit 90b3aeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ task:
timeout_in: 69m
only_if: $CIRRUS_BRANCH == 'kucing-13-rebase'
script:
- wget -qO build.sh https://github.com/raw/Diaz1401/build-script/alioth/build.sh
- bash build.sh gcc stable opt gcov
- wget -qO profile.tar https://github.com/Mengkernel/kernel_xiaomi_sm8250/releases/download/profile-6/profile.tar
- wget -qO build.sh https://github.com/raw/Mengkernel/build-script/alioth/build.sh
- tar xf profile.tar
- bash build.sh gcc stable opt pgo
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: |
wget -qO profile.tar https://github.com/Mengkernel/kernel_xiaomi_sm8250/releases/download/profile-6/profile.tar
wget -qO build.sh https://github.com/raw/Mengkernel/build-script/alioth/build.sh
bash build.sh gcc stable opt gcov
tar xf profile.tar
bash build.sh gcc stable opt pgo

0 comments on commit 90b3aeb

Please sign in to comment.