Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily disable Daydream Taskcluster builds #940

Merged
merged 1 commit into from
Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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