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
Currently one of the Linux platform tests also includes the Javascript build.
As it is not necessary to run the C++ build before the Javascript build, the suggestion is to split out the latter
so hopefully both can run in parallel to reduce overall time but also be able to just run either build independently of the other.
With the emscripten version as part of the build label. If different variants are required in the future it is easier to control as well (e.g. handling different rendering backends such as adding a path tracer variant).
The text was updated successfully, but these errors were encountered:
Proposal
Currently one of the Linux platform tests also includes the Javascript build.
As it is not necessary to run the C++ build before the Javascript build, the suggestion is to split out the latter
so hopefully both can run in parallel to reduce overall time but also be able to just run either build independently of the other.
The workflow could look something like this:
With the
emscripten
version as part of the build label. If different variants are required in the future it is easier to control as well (e.g. handling different rendering backends such as adding a path tracer variant).The text was updated successfully, but these errors were encountered: