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 Feb 8, 2023
1 parent 71d5707 commit dd9f3d5
Show file tree
Hide file tree
Showing 2 changed files with 6 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
6 changes: 5 additions & 1 deletion tooling/ci/build_cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ if [ -z "$BUILD_CMD" ]; then
exit 1
fi

SKIP_OKBUCK= ./buckw --version
export SKIP_OKBUCK=$(./buckw --version)

echo "Building OKBUCK"
#export FORCE_OKBUCK=true
./gradlew okbuck -Dokbuck.wrapper=true --stacktrace

echo "Running BUILD_CMD: $BUILD_CMD"

Expand Down

0 comments on commit dd9f3d5

Please sign in to comment.