Skip to content

Commit

Permalink
Add valgrind container to web site
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 19, 2023
1 parent 341e8d1 commit 3583e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Plus the following containers for additional CRAN checks:
|clang17 | clang17 | Checks with LLVM pre-17.0.0 | `r os_name("clang17")`, libc++ | `r r_ver("clang17")` | [Details](containers.html#clang17) |
|gcc13 | gcc13 | Checks with GCC trunk aka 13.0 | `r os_name("gcc13")` | `r r_ver("gcc13")` | [Details](containers.html#gcc13) |
|noLD | nold | Tests without long double | `r os_name("nold")` | `r r_ver("nold")` | [Details](containers.html#nold) |
|valgrind | valgrind | Tests of memory access errors using valgrind | `r os_name("valgrind")` | `r r_ver("valgrind")` | [Details](containers.html#valgrind) |

And these additional containers:

Expand Down

0 comments on commit 3583e44

Please sign in to comment.