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
Builds are being triggered by changes in the filesystem. Depending on your setup, it might be that the build changes a watched file, which leads to another build. There some logic in there, filtering out events in such cases, which might lead to an infinite build loop. However, that would still lead to two builds, in order to not miss any actual change.
You can make trunk more verbose (adding more -vs) and see what file/event triggers that build. You can then add such directories/files to the ignore list.
Trunk will build twice in most circumstances, such as in 8 out of 10 cases
I tried to use verbose log mod, but it is too verbose, making it difficult to find any usefull messages
info log:
The text was updated successfully, but these errors were encountered: