Skip to content

Commit

Permalink
Merge pull request #2792 from infotroph/dont-check-time
Browse files Browse the repository at this point in the history
avoid failing builds from R using an unreliable time service
  • Loading branch information
ashiklom authored Mar 25, 2021
2 parents 73a576d + f74220c commit 74f71cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
# Avoid compilation check warnings that come from the system Makevars
# See https://stat.ethz.ch/pipermail/r-package-devel/2019q2/003898.html
_R_CHECK_COMPILATION_FLAGS_KNOWN_: -Wformat -Werror=format-security -Wdate-time
# Keep R checks from trying to consult the very flaky worldclockapi.com
_R_CHECK_SYSTEM_CLOCK_: 0

container:
image: pecan/depends:R${{ matrix.R }}
Expand Down

0 comments on commit 74f71cc

Please sign in to comment.