Skip to content

Commit

Permalink
Fix Linux build break when thread is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Jun 1, 2023
1 parent 6644a4b commit 1781ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ 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 \
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 1781ab2

Please sign in to comment.