Skip to content

Commit

Permalink
fix: drop pgo profile setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jul 27, 2023
1 parent cd55dca commit 6309be3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,6 @@ jobs:
-PbuildSamples=false
-PbuildDocsSite=false
-PbuildDocs=false
- name: "Setup: PGO Profiles"
run:
pushd packages/cli;
xz -dk *.iprof.xz;
mkdir -p packages/cli/build/native/nativeOptimizedCompile;
cp -fv *.iprof packages/cli/build/native/nativeOptimizedCompile;
ls -al packages/cli/build/native/nativeOptimizedCompile;
popd;
echo "PGO profiles ready.";
- name: "Build: CLI (Native/Release)"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
continue-on-error: ${{ fromJson(matrix.labs) }}
Expand Down

0 comments on commit 6309be3

Please sign in to comment.