Skip to content

Commit

Permalink
fix(ci): add a dummy compiler_deps to disabled config (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan authored Dec 30, 2024
1 parent 5d6eec3 commit d1d1e6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cuda/private/templates/BUILD.local_cuda_disabled
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ bool_setting(
name = "valid_toolchain_found",
build_setting_default = False,
)

filegroup(
name = "compiler_deps",
srcs = [],
)
2 changes: 1 addition & 1 deletion tests/integration/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

this_dir=$(realpath $(dirname $0))

set -ev
set -ex

# toolchain configured by the root module of the user
pushd "$this_dir/toolchain_root"
Expand Down

0 comments on commit d1d1e6b

Please sign in to comment.