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
|
|
@ -4,7 +4,8 @@ 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 = "/root", codename = NULL,
|
||||
local_build_root = "/mnt/cache/binaries/",
|
||||
codename = NULL,
|
||||
package_name, tag,
|
||||
r_minor_version = NULL, build_for_minor = FALSE,
|
||||
force = FALSE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue