do not persist binaries after build

This commit is contained in:
Patrick Schratz 2024-07-27 23:45:06 +02:00
commit b589e15764
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -9,7 +9,7 @@
#' @export
build_binary_package <- function(package_name, tag = NULL, codename = NULL,
r_minor_version = NULL, build_for_minor = TRUE,
local_build_root = "/mnt/cache/binaries/",
local_build_root = "/root",
local_clone_dir = "/tmp",
platform = "redhat-9",
install_system_dependencies = TRUE,