Skip to content

Commit

Permalink
ci: stop linking the prove cache
Browse files Browse the repository at this point in the history
It is not useful because we do not have any persisted directory anymore,
not since dropping our Travis CI support.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 16, 2024
1 parent 60f3569 commit f7fcdfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions ci/run-build-and-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

. ${0%/*}/lib.sh

case "$CI_OS_NAME" in
windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";;
*) ln -s "$cache_dir/.prove" t/.prove;;
esac

run_tests=t

case "$jobname" in
Expand Down
5 changes: 0 additions & 5 deletions ci/run-test-slice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

. ${0%/*}/lib.sh

case "$CI_OS_NAME" in
windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";;
*) ln -s "$cache_dir/.prove" t/.prove;;
esac

group "Run tests" make --quiet -C t T="$(cd t &&
./helper/test-tool path-utils slice-tests "$1" "$2" t[0-9]*.sh |
tr '\n' ' ')" ||
Expand Down

0 comments on commit f7fcdfe

Please sign in to comment.