do not persist binaries after build
This commit is contained in:
parent
f1683f5855
commit
b589e15764
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue