You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build: migrate to file lists for driver invocations
When invoking the driver use file lists rather than passing all the
sources on the command line. This is particularly import for Windows
where the command line limit is 32k. With deep dependency sets and
large projects, it is possible to overrun this limit and fail to invoke
the command. The driver itself will invoke the frontend using response
files if the invocation will overflow the command line limit.
The test expectations need to be altered as we will use the build
directories to store the file list which is the temps path.
0 commit comments