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 dafaa7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build OkBuck
run: ./gradlew okbuck -Dokbuck.wrapper=true --stacktrace
- name: Run ${{ matrix.build_cmd }}
run: ./tooling/ci/build_cmd.sh ${{ matrix.build_cmd }}
- name: Upload snapshot
Expand Down
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 @@ -6,7 +6,7 @@ if [ -z "$BUILD_CMD" ]; then
exit 1
fi

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

echo "Running BUILD_CMD: $BUILD_CMD"

Expand Down

0 comments on commit dafaa7f

Please sign in to comment.