Skip to content

Commit

Permalink
Remove even more footers
Browse files Browse the repository at this point in the history
Fixes 2400883

Signed-off-by: Steffen Jaeckel <[email protected]>
  • Loading branch information
sjaeckel committed Dec 11, 2024
1 parent 87ff205 commit f6e71df
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ if [ -a testok.txt ] && [ -f testok.txt ]; then
exit 0
fi
exit 1
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/check_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ echo "checking..."
./helper.pl --check-all || exit 1

exit 0

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,3 @@ portability-* -- -DUSE_LTM -DLTM_DESC -Isrc/headers -I../libtommath || { echo "c
echo "clang-tidy ok"

exit 0

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,3 @@ else
fi

exit 0

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/coverage_more.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ fi


exit 0

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/meta_builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,3 @@ echo
echo "Build full debug..."

make -j$MAKE_JOBS CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$EXTRALIBS" all_test LTC_DEBUG=2 V=1 1>gcc_1.txt 2>gcc_2.txt

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/printinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ then
fi
echo "${CC}="`${CC} -dumpversion`
echo

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ else
fi

exit 0

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/testbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
exit 0
fi
exit 1

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
4 changes: 0 additions & 4 deletions .ci/valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ readonly VALGRIND_EXTRA_OPTS=$(get_suppfile)
valgrind $VALGRIND_OPTS $VALGRIND_EXTRA_OPTS ./test >test_std.txt 2> >(tee -a test_err.txt >&2) || { kill $alive_pid; echo "Valgrind failed"; exit 1; }

kill $alive_pid

# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

0 comments on commit f6e71df

Please sign in to comment.