]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos nightly: add conf files for Illumos
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 14 Apr 2025 10:30:52 +0000 (12:30 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 14 Apr 2025 10:30:52 +0000 (12:30 +0200)
nightly/conf/illumos.conf [new file with mode: 0644]
nightly/conf/illumos.sendmail [new file with mode: 0755]

diff --git a/nightly/conf/illumos.conf b/nightly/conf/illumos.conf
new file mode 100644 (file)
index 0000000..8654e9a
--- /dev/null
@@ -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 (executable)
index 0000000..8b3e9bf
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+subject=$1
+body=$2
+file=$3
+filename=$( basename $3 )
+
+#(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd <pjfloyd@wanadoo.fr>" valgrind-testresults@lists.sourceforge.net
+
+(cat "$body" "$file") | mailx -s "$subject" -r "Paul Floyd <pjfloyd@wanadoo.fr>" pjfloyd@wanadoo.fr