Skip to content

Commit c612020

Browse files
committed
don't check system clock in container
1 parent f88df1a commit c612020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

attic/revdeps/run_checks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ fi
77

88
export _R_CHECK_CRAN_INCOMING_=false
99
export _R_CHECK_CRAN_INCOMING_REMOTE_=false
10+
export _R_CHECK_SYSTEM_CLOCK_=0
11+
1012

1113
find ../revdeps-src -name '*.tar.gz' -type f -print0 | parallel -0 -j "$(nproc)" R CMD check --as-cran

0 commit comments

Comments
 (0)