File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777 echo "Listing contents of build directory:"
7878 ls -l
7979
80- # Running ' make' under QEMU inside GitHub Actions has shown instability,
80+ # Running - make- under QEMU inside GitHub Actions has shown instability,
8181 # with random segmentation faults occurring sporadically. This could be
82- # due to QEMU' s emulation overhead, memory constraints, or transient
82+ # due to QEMU- s emulation overhead, memory constraints, or transient
8383 # issues in the GitHub-hosted environment. To mitigate these failures,
8484 # we retry the build up to 5 times before considering it a hard failure.
8585
9090 echo "Attempt $attempt of $max_retries..."
9191
9292 set +e # Temporarily disable exit on error
93- make
93+ make -j
9494 exit_code=$?
9595 set -e # Re-enable exit on error
9696
You can’t perform that action at this time.
0 commit comments