Skip to content

Commit 80febed

Browse files
committed
ci: stop linking the prove cache
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]>
1 parent a2ff409 commit 80febed

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

ci/run-build-and-tests.sh

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55

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

8-
case "$CI_OS_NAME" in
9-
windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";;
10-
*) ln -s "$cache_dir/.prove" t/.prove;;
11-
esac
12-
138
run_tests=t
149

1510
case "$jobname" in

ci/run-test-slice.sh

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55

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

8-
case "$CI_OS_NAME" in
9-
windows*) cmd //c mklink //j t\\.prove "$(cygpath -aw "$cache_dir/.prove")";;
10-
*) ln -s "$cache_dir/.prove" t/.prove;;
11-
esac
12-
138
group "Run tests" make --quiet -C t T="$(cd t &&
149
./helper/test-tool path-utils slice-tests "$1" "$2" t[0-9]*.sh |
1510
tr '\n' ' ')" ||

0 commit comments

Comments
 (0)