Skip to content

Commit

Permalink
fix perfetto_internal_include_path
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Jan 7, 2024
1 parent 8c3a186 commit f497ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check code formatting
runs-on: ubuntu-22.04
steps:
- name: Install packages
- name: Install clang-format
run: |
sudo apt-get update
sudo apt-get install -y clang-format clang-format-15
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
cmake -B build -S . -G Ninja \
-DPERFETTO_SDK_PATH="$(pwd)/third_party/perfetto/sdk" \
-DPERFETTO_INTERNAL_PATH="$(pwd)/third_party/perfetto/include" \
-DPERFETTO_INTERNAL_INCLUDE_PATH="$(pwd)/third_party/perfetto/include" \
-DPERFETTO_TRACE_PROCESSOR_LIB="$(pwd)/third_party/perfetto/out/linux_clang_release/libtrace_processor.a" \
-DCMAKE_PREFIX_PATH="${CMAKE_PREFIX_PATH};$(pwd)/install/lib/cmake/SPIRV-Tools/opt;$(pwd)/install/lib/cmake/SPIRV-Tools"
cmake --build build

0 comments on commit f497ec5

Please sign in to comment.