Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pcweb: do not build on windows (unless overriding)
Avoid EMFILE errors when building reflex-web on windows during CI. reflex-web has too many pages and causes too many files to get opened during the build, and windows seems to have a non-configurable limit for open file handles via the C runtime. Until we come up with a nicer solution, simply disallow windows builds. If the override environment variable is set (like in CI runs), then we will compile a subset of pages for testing.
- Loading branch information