-
-
Notifications
You must be signed in to change notification settings - Fork 60
set BUILD_PLATFORM and TARGET_PLATFORM on windows #248
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
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@conda-forge-admin, rerender |
|
@conda-forge/core, this is ready for a review. |
…nda-forge-pinning 2023.07.03.16.57.58
varlackc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| cat .ci_support\%CONFIG%.yaml | shyaml get-value target_platform.0 %BUILD_PLATFORM% > target_platform.txt | ||
| set /p TARGET_PLATFORM=<target_platform.txt | ||
| del target_platform.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know batch scripting too well, but I couldn't find a better way to "store things in a batch variable".
Is it true that here you are this difficulty in storing things in a file, before reading in the file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there's another syntax to do this, but it's really unreadable. This technique is used in the same file just few lines above.
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)