Skip to content

Commit

Permalink
Check whether --incompatible_sandbox_hermetic_tmp does the job
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Adams <sara.e.adams@gmail.com>
  • Loading branch information
saraadams committed Dec 4, 2023
1 parent c7c6a2f commit 529fb68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# TODO: Remove once using Bazel 7
common --enable_bzlmod
build --incompatible_sandbox_hermetic_tmp

common --enable_platform_specific_config
common --experimental_announce_profile_path

Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ maven.install(
"com.google.truth.extensions:truth-java8-extension:1.1.5",
"commons-cli:commons-cli:1.6.0",
"junit:junit:4.13.2",
"net.bytebuddy:byte-buddy-agent:1.14.5",
"net.bytebuddy:byte-buddy:1.14.5",
"net.bytebuddy:byte-buddy-agent:1.14.10",
"net.bytebuddy:byte-buddy:1.14.10",
"org.hamcrest:hamcrest-core:2.2",
"org.mockito:mockito-core:5.4.0",
"org.mockito:mockito-core:5.7.0",
"org.objenesis:objenesis:3.3",
],
repositories = [
Expand Down

0 comments on commit 529fb68

Please sign in to comment.