account for platform when checking for existing entries
This commit is contained in:
parent
5d6ea71eb5
commit
ff9e19b8c6
1 changed files with 7 additions and 7 deletions
|
|
@ -10,9 +10,9 @@ build_binary_package(
|
|||
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",
|
||||
platform = NULL,
|
||||
install_system_dependencies = TRUE,
|
||||
debug = FALSE,
|
||||
force = FALSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue