From: Paul Floyd Date: Mon, 14 Apr 2025 10:30:52 +0000 (+0200) Subject: Illumos nightly: add conf files for Illumos X-Git-Tag: VALGRIND_3_25_0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa764f600ffa72f836720698fc27bfd4bd49dfc4;p=thirdparty%2Fvalgrind.git Illumos nightly: add conf files for Illumos --- diff --git a/nightly/conf/illumos.conf b/nightly/conf/illumos.conf new file mode 100644 index 000000000..8654e9ad4 --- /dev/null +++ b/nightly/conf/illumos.conf @@ -0,0 +1,3 @@ +export ABT_DETAILS="Illumos x86" +export ABT_JOBS=4 +#export ABT_PERF="--tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-old --vg=../valgrind-new" diff --git a/nightly/conf/illumos.sendmail b/nightly/conf/illumos.sendmail new file mode 100755 index 000000000..8b3e9bf32 --- /dev/null +++ b/nightly/conf/illumos.sendmail @@ -0,0 +1,10 @@ +#!/bin/sh + +subject=$1 +body=$2 +file=$3 +filename=$( basename $3 ) + +#(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd " valgrind-testresults@lists.sourceforge.net + +(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd " pjfloyd@wanadoo.fr