ansible: Use SLES15 variables for all Suse variants in developer role
[lttng-ci.git] / scripts / binutils-gdb / build.sh
index fd07122f5040d639319f94638e1b6b103d78809f..e96422081d81eccc5dadad6de6fe1f3cdbc0150e 100755 (executable)
@@ -200,6 +200,8 @@ macos-*)
 esac
 
 # Print build env details
+print_header "Build environment details"
+print_hardware || true
 print_os || true
 print_tooling || true
 
@@ -300,7 +302,7 @@ esac
 $MAKE -C gdb/testsuite site.exp
 # shellcheck disable=SC2016
 echo 'set gdb_test_timeout [expr 5 * $timeout]' >> gdb/testsuite/site.exp
-$MAKE -C gdb --keep-going check -j "$($NPROC)" RUNTESTFLAGS="$RUNTESTFLAGS" FORCE_PARALLEL="1" || true
+$MAKE -C gdb --keep-going check RUNTESTFLAGS="$RUNTESTFLAGS" || true
 
 # Copy the dejagnu test results for archiving before cleaning the build dir
 mkdir "${WORKSPACE}/results"
This page took 0.023765 seconds and 4 git commands to generate.