Skip to content

Commit

Permalink
[RunAllTests] Add missing build flag to bazelrc (oppia#3936)
Browse files Browse the repository at this point in the history
* Update .bazelrc

* Update action.yml
  • Loading branch information
BenHenning committed Oct 16, 2021
1 parent de345f9 commit 4e19d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ build --android_databinding_use_v3_4_args \
--experimental_android_databinding_v2 \
--java_header_compilation=false \
--noincremental_dexing \
--define=android_standalone_dexing_tool=d8_compat_dx
--define=android_standalone_dexing_tool=d8_compat_dx \
--android_databinding_use_androidx

# Show all test output by default (for better debugging).
test --test_output=all
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,4 @@ runs:
cd $HOME/opensource
git clone https://github.com/oppia/oppia-bazel-tools
echo build --override_repository=android_tools="$(cd "$(dirname "$HOME/opensource/oppia-bazel-tools")"; pwd)/$(basename "$HOME/opensource/oppia-bazel-tools")" >> $HOME/.bazelrc
echo build --android_databinding_use_androidx >> $HOME/.bazelrc
shell: bash

0 comments on commit 4e19d2f

Please sign in to comment.