Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Disable script to extract gvr ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Feb 7, 2019
1 parent a53255c commit 9a24748
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ tasks:
#
# Triggered whenever something is pushed/merged to the master branch.
###############################################################################
# This line is used to extract GVR ndk. restore once
# https://github.com/googlevr/gvr-android-sdk/issues/599
# is fixed:
# && pushd gvr-android-sdk && ./gradlew --no-daemon --console=plain extractNDK && popd
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: '{{ taskcluster.docker.workerType }}'
extra:
Expand Down Expand Up @@ -71,7 +75,6 @@ tasks:
&& git config advice.detachedHead false
&& git rebase origin/master
&& git submodule update
&& pushd gvr-android-sdk && ./gradlew --no-daemon --console=plain extractNDK && popd
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleWavevr assembleSvr assembleOculusvr
Expand Down

0 comments on commit 9a24748

Please sign in to comment.