-
Notifications
You must be signed in to change notification settings - Fork 45
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
cmd.exe
stops execution prematurely
#1165
Labels
bug
Something isn't working
Comments
Thanks, excellent bug report. No idea what's going on though! Is it possible for you to check the value of %error_level% or what that special variable is? |
We executed the bat file manually with the same result, i.e. the |
manually executed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
I have a recipe using
pnpm
(wip over here) with a build script that calls a pnpm command. For the windows builds (on a local windows machine), the execution during the build process always stops after the first invocation ofpnpm
. For some reason, the issue can be circumvented by&&
-ing all commands. I already tried messing with different end-of-line sequences but to no avail. The equivalent script on works on linux.MRE
results in this (broken?)
conda_build.bat
:Fix?
Results in this
conda_bulid.bat
:The text was updated successfully, but these errors were encountered: