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

Commit 9e35425

Browse files
bluemarvinMortimerGoro
authored andcommitted
Disable 32 bit builds for pull requests (#1888)
1 parent 49ffa84 commit 9e35425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tasks:
3939
&& git checkout ${event.pull_request.head.sha}
4040
&& rm -rf gvr-android-sdk && git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
4141
&& git submodule update
42-
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr
42+
&& ./gradlew --no-daemon --console=plain clean `python tools/taskcluster/build_targets.py =all+googlevr+noapi`
4343
metadata:
4444
name: Firefox Reality for Android - Build - Pull Request
4545
description: Building Firefox Reality for Android (via Gradle) - triggered by a pull request.

0 commit comments

Comments
 (0)