build in new root, upload PACKAGES file at the end
This commit is contained in:
parent
f0af31e5d2
commit
4e24f4e743
1 changed files with 90 additions and 15 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#' @export
|
||||
build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
||||
r_minor_version = NULL, build_for_minor = TRUE,
|
||||
local_build_root = "/root",
|
||||
local_build_root = "/mnt/cache/binaries/",
|
||||
local_clone_dir = "/tmp",
|
||||
platform = "redhat-9",
|
||||
install_system_dependencies = TRUE,
|
||||
|
|
@ -144,6 +144,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
|
||||
#' @importFrom cli cli_alert
|
||||
#' @importFrom pkgbuild build
|
||||
#' @importFrom fs file_size
|
||||
#' @export
|
||||
build_single_tag <- function(
|
||||
package_name, tag = NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue