Skip to content

Commit

Permalink
Fix Linux build break when thread is disabled (#27017)
Browse files Browse the repository at this point in the history
* Fix Linux build break when thread is disabled

* Fix bloat check report
  • Loading branch information
arkq authored Jun 2, 2023
1 parent dad733c commit 73c18db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ jobs:
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-lock \
--target linux-x64-lock-no-thread \
build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug lock-app \
out/linux-x64-lock/chip-lock-app \
out/linux-x64-lock-no-thread/chip-lock-app \
/tmp/bloat_reports/
- name: Build example contact sensor with UI
run: |
Expand Down
1 change: 1 addition & 0 deletions src/platform/Linux/bluez/ChipDeviceScanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <lib/support/logging/CHIPLogging.h>
#include <platform/CHIPDeviceLayer.h>
#include <platform/Linux/GlibTypeDeleter.h>

#include "BluezObjectList.h"
#include "Types.h"
Expand Down

0 comments on commit 73c18db

Please sign in to comment.