Skip to content

Commit

Permalink
Disable taskcluster GoogleVR builds until SDK issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Feb 7, 2019
1 parent 208ebf2 commit 5b407a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ tasks:
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& git submodule update
&& pushd gvr-android-sdk && ./gradlew --no-daemon --console=plain extractNDK && popd
&& ./gradlew --no-daemon --console=plain clean assembleGooglevr assembleNoapi
&& ./gradlew --no-daemon --console=plain clean assembleNoapi
metadata:
name: Firefox Reality for Android - Build - Pull Request
description: Building Firefox Reality for Android (via Gradle) - triggered by a pull request.
Expand Down
2 changes: 1 addition & 1 deletion gvr-android-sdk
Submodule gvr-android-sdk updated 112 files
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def versions = [:]
versions.gecko_view = "67.0.20190203095148"
versions.android_components = "0.31.0"
versions.mozilla_speech = "1.0.6"
versions.google_vr = "1.170.0"
versions.google_vr = "1.190.0"
versions.room = "2.1.0-alpha02"
versions.lifecycle = "2.0.0"
versions.support = "1.0.0"
Expand Down

0 comments on commit 5b407a2

Please sign in to comment.