Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 28, 2022
1 parent 27dc841 commit 415a442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/use_meta.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ cc_dbg_test = wrap_with_transition(
native.cc_test,
{
"compilation_mode": "dbg",
# Workaround for https://github.com/bazelbuild/bazel/issues/13819.
"dynamic_mode": "off",
},
test = True,
)

0 comments on commit 415a442

Please sign in to comment.