Skip to content
Merged
Changes from all commits
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
8 changes: 7 additions & 1 deletion deps/cpython.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ run_binary(
srcs = (
glob(
["**"],
exclude = ["**/*.pyc", "BUILD.bazel"],
exclude = [
"**/*.pyc",
"BUILD.bazel",
# Unix-only build helper injected into the CPython repository.
# Keep it out of the Windows action key; the Windows build does not use it.
"redacted_compat.h",
],
) + [
"bzip2_win_dir",
"mpdecimal_win_dir",
Expand Down
Loading