Skip to content

Commit

Permalink
compile perfetto and traced
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Jan 10, 2024
1 parent bdc04f3 commit f278c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git clone --depth 1 --branch v39.0 https://android.googlesource.com/platform/external/perfetto third_party/perfetto
$(pwd)/third_party/perfetto/tools/install-build-deps
$(pwd)/third_party/perfetto/tools/setup_all_configs.py
$(pwd)/third_party/perfetto/tools/ninja -C $(pwd)/third_party/perfetto/out/linux_clang_release libtrace_processor.a
$(pwd)/third_party/perfetto/tools/ninja -C $(pwd)/third_party/perfetto/out/linux_clang_release libtrace_processor.a perfetto traced
- name: Build debug
run: |
cmake -B build_debug -S . -G Ninja \
Expand Down

0 comments on commit f278c5e

Please sign in to comment.