Skip to content

Commit

Permalink
Bump robo preinstrumented version
Browse files Browse the repository at this point in the history
Bump preinstrumented version to 4 as found on robo src code.

Run okbuck before performing CI tasks to update references
  • Loading branch information
vicmns committed Jan 30, 2023
1 parent 71d5707 commit ecdeef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TestExtension {
* Hardcoded in Robolectric
* https://github.com/robolectric/robolectric/blob/master/robolectric/src/main/java/org/robolectric/plugins/DefaultSdkProvider.java#L50
*/
public String robolectricPreinstrumentedVersion = "i3";
public String robolectricPreinstrumentedVersion = "i4";

/** Enable generation of espresso test rules. */
public boolean espresso = false;
Expand Down
2 changes: 1 addition & 1 deletion tooling/ci/build_cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$BUILD_CMD" = "build" ]; then
elif [ "$BUILD_CMD" = "lint" ]; then
./buckw targets //... --type genrule | grep -v lintErrorLibrary | xargs ./buckw build && ./tooling/ci/lint_integration_test.sh
elif [ "$BUILD_CMD" = "test" ]; then
./buckw test //... --include unit --always_exclude
./gradlew okbuck -Dokbuck.wrapper=true; ./buckw test //... --include unit --always_exclude
else
echo "unrecognized BUILD_CMD: $BUILD_CMD"
exit 1
Expand Down

0 comments on commit ecdeef0

Please sign in to comment.