Skip to content

Commit

Permalink
Merge pull request #2793 from infotroph/dont-check-time
Browse files Browse the repository at this point in the history
hotfix for defect in #2792:  Needed to set flag in check job not build
  • Loading branch information
robkooper authored Mar 31, 2021
2 parents 74f71cc + d984199 commit ee38544
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
NCPUS: 2
PGHOST: postgres
CI: true
_R_CHECK_LENGTH_1_CONDITION_: true
_R_CHECK_LENGTH_1_LOGIC2_: true
# 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 Expand Up @@ -90,11 +83,6 @@ jobs:
NCPUS: 2
PGHOST: postgres
CI: true
_R_CHECK_LENGTH_1_CONDITION_: true
_R_CHECK_LENGTH_1_LOGIC2_: true
# 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

container:
image: pecan/depends:R${{ matrix.R }}
Expand Down Expand Up @@ -143,6 +131,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 Expand Up @@ -189,11 +179,6 @@ jobs:
NCPUS: 2
PGHOST: postgres
CI: true
_R_CHECK_LENGTH_1_CONDITION_: true
_R_CHECK_LENGTH_1_LOGIC2_: true
# 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

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

0 comments on commit ee38544

Please sign in to comment.