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

Create/update global.json with a specific version #439

Open
cwensley opened this issue Jun 29, 2023 · 1 comment
Open

Create/update global.json with a specific version #439

cwensley opened this issue Jun 29, 2023 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@cwensley
Copy link

Description:
This is a bit in reverse of having a global.json as an input. I would like to write a global.json for the version specified so that it is used for building during CI.

Justification:
This would ensure that the version you specify is actually used after it is installed. The use case for this is so that during development you can use the latest version, but when building release versions it uses a fixed version. In particular, this comes in very handy when using workloads (e.g. in our case, macos workload), where compiling for the latest version for release gives errors when trying to consume in a project that is fixed with an older workload version.

Are you willing to submit a PR?
Sure, I could try, if it gets the go-ahead. 😃

@cwensley cwensley added feature request New feature or request to improve the current logic needs triage labels Jun 29, 2023
@IvanZosimov
Copy link
Contributor

Hi, @cwensley 👋 Thanks for the feature request, we will take a look and get back to you with updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

3 participants