Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Fix Android support check #1441

Merged
merged 3 commits into from
Jul 28, 2020
Merged

Conversation

jamiebrynes7
Copy link
Contributor

@jamiebrynes7 jamiebrynes7 commented Jul 27, 2020

Description

This PR is two bug fixes combined in one!

The first commit is a driveby where selecting the 'Cloud Build Options' and then the 'Local Build Options' and then selecting the iOS target would throw errors. TL;DR - We built a cache and forget to clear it when its invalidated.

The second is the fix for the associated ticket, if the editor pref isn't set, we look to ensure that the default location for the Android SDK installed by Unity is present.

Tests

Put my build configuration in a configuration that would give me the missing Android SDK error (even though it was installed), then applied the code changes and checked that it correctly identifies it as installed.

Documentation

  • Changelog

@improbable-prow-robot
Copy link

Corresponding JIRA ticket: https://improbableio.atlassian.net/browse/UTY-2626

@improbable-prow-robot improbable-prow-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/UTY labels Jul 27, 2020
@improbable-prow-robot improbable-prow-robot added A: build-system Area: Build system feature module size/S Denotes a PR that changes 15-39 lines, ignoring generated files. labels Jul 27, 2020
@jamiebrynes7 jamiebrynes7 marked this pull request as ready for review July 27, 2020 14:03
@improbable-prow-robot improbable-prow-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 27, 2020
@jamiebrynes7
Copy link
Contributor Author

Woops realised the ticket reference in the branch name is wrong! Its actually UTY-2628

@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@jamiebrynes7 jamiebrynes7 merged commit 74318df into develop Jul 28, 2020
@improbable-prow-robot improbable-prow-robot deleted the bugfix/UTY-2626-android-support-check branch July 28, 2020 09:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A: build-system Area: Build system feature module jira/UTY size/S Denotes a PR that changes 15-39 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants