Skip to content

Conversation

@kpreisser
Copy link
Contributor

Reset the environment variables (PATH, LIB, LIBPATH, INCLUDE) set by vcvarsall.bat after each build.
This should avoid generating a too long PATH environment variable which could cause an error like "The input line is too long" (as seen in the build after merging #90).

See #90 (comment)

This should avoid generating a too long PATH environment variable which could cause an error like "The input line is too long.".
@amaitland
Copy link
Member

Thanks 👍

@amaitland amaitland merged commit 8d1c971 into cefsharp:master Jan 15, 2021
@amaitland
Copy link
Member

@kpreisser kpreisser deleted the resetEnvVariables branch January 15, 2021 21:16
@kpreisser
Copy link
Contributor Author

Looks like the build succeeded 👍

I can see that version 88.1.2 of cef.sdk (which includes the arm64 libs) was uploaded to MyGet. The cef.redist and chromiumembeddedframework.runtime were also uploaded, but only for x64 and x86 (maybe the arm64 packages need to be created first).

Thanks!

@amaitland
Copy link
Member

The cef.redist and chromiumembeddedframework.runtime were also uploaded, but only for x64 and x86 (maybe the arm64 packages need to be created first).

For new packages a manual push is required.

I've pushed a 88.1.3 build of chromiumembeddedframework.runtime.win-arm64 just now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants