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

Auto-detected build configuration is indeterministic for multi-scheme/build-configuration projects #316

Open
jmatsu opened this issue Feb 13, 2024 · 0 comments · May be fixed by #315
Open
Labels

Comments

@jmatsu
Copy link
Contributor

jmatsu commented Feb 13, 2024

ref:

def find_workspaces(base_path)

The current implementation infers some values unless specified though, it's poor and/or partially wrong so it looks indeterministic. We have to stop using the current inference logic and match to the inference of Fastlane, which is done by Gym.

This may break any projects which are accidentally working with the wrong inferred values, however, deterministic builds are preferable for any customers including the owners of such projects.

@jmatsu jmatsu added the bug label Feb 13, 2024
@jmatsu jmatsu self-assigned this Feb 20, 2024
@jmatsu jmatsu linked a pull request Feb 20, 2024 that will close this issue
@jmatsu jmatsu removed their assignment Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant