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
CI: Enable parallel compilation in default build and gdbstub tests
Parallel compilation with -j$(nproc) is introduced to the default build
and gdbstub tests. By utilizing all available CPU cores, this change
improves the speed of the build and testing process, reducing CI
execution time.
0 commit comments