Skip to content

Commit

Permalink
[GHA] RM rchk
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParsonage committed Mar 3, 2024
1 parent 9f9f9a2 commit 01e47b2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,6 @@ jobs:
- name: Run Check
run: Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', build_args = '--no-manual', error_on = 'note')"
container: rocker/verse:latest
rchk:
runs-on: ubuntu-latest
container:
image: rhub/ubuntu-rchk
options: --user=root
steps:
- uses: actions/checkout@v2
- name: Install glue only
env:
LLVM_COMPILER: "clang"
run: |-
install.packages('glue', repos = 'https://cran.rstudio.com/')
- uses: r-lib/actions/run-rchk@v2
with:
setup-only: true
- name: Install package
run: |-
install.packages('remotes', repos = 'https://cran.rstudio.com/')
remotes::install_local()
shell: Rscript {0}
- uses: r-lib/actions/run-rchk@v2
with:
run-only: true

test-r-sanitizers:
name: ASAN-UBSAN
timeout-minutes: 60
Expand Down

0 comments on commit 01e47b2

Please sign in to comment.