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, the build script downloads all dependencies, then compiles a blank application, and finally builds the documentation.
The compile phase is an unnecessary step, and just slows down the build, although it only happens once when testing locally as the binaries are cached anyway.
To fix, we'd need a 'download only' build phase, which does not attempt to run the actual arm build, then we can skip the compiler pull stage and the source build before moving on to documentation build steps directly.
The text was updated successfully, but these errors were encountered:
Currently, the build script downloads all dependencies, then compiles a blank application, and finally builds the documentation.
The compile phase is an unnecessary step, and just slows down the build, although it only happens once when testing locally as the binaries are cached anyway.
To fix, we'd need a 'download only' build phase, which does not attempt to run the actual arm build, then we can skip the compiler pull stage and the source build before moving on to documentation build steps directly.
The text was updated successfully, but these errors were encountered: