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
2 changed files with 4 additions and 4 deletions

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,

View file

@ -4,7 +4,7 @@ upload_single_binary_to_s3 <- function(
endpoint = "https://s3.eu-central-003.backblazeb2.com",
region = "eu-central-003",
bucket = "devxy-arm64-r-binaries",
local_build_root = "/mnt/cache/binaries/",
local_build_root = "/root",
codename = NULL,
package_name, tag,
r_minor_version = NULL, build_for_minor = FALSE,