Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bazel checks ignore pico_xip_sram_test, as no bazel support
  • Loading branch information
will-v-pi committed Sep 11, 2025
commit e78bb05738e0e9ab7b34b86279fad90212a39b75
2 changes: 2 additions & 0 deletions tools/check_source_files_in_bazel_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
# Doxygen only files.
"**/index.h",
"**/doc.h",
# Not supported in Bazel build
"test/pico_xip_sram_test/*",
)


Expand Down
Loading