Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 2, 2024
1 parent e970f26 commit 971381e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ build --incompatible_merge_fixed_and_default_shell_env
## Bzlmod
###############################################################################

# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/bazelbuild/rules_rust/issues/2181
common --noenable_bzlmod --enable_workspace

# Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock
common --lockfile_mode=off

Expand Down
2 changes: 1 addition & 1 deletion crate_universe/tests/cargo_integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ fn run(repository_name: &str, manifests: HashMap<String, String>, lockfile: &str
fn host_specific_build_deps() {
if should_skip_test() {
eprintln!("Skipping!");
return;
panic!("HERE");
}

cargo_bazel::cli::init_logging("Splice", true);
Expand Down

0 comments on commit 971381e

Please sign in to comment.