Skip to contents

Get a Bascet binary from the target from a locally built Bascet repository

Usage

getBascetDevDir(
  devdir,
  tempdir = NULL,
  logLevel = "info",
  targetType = "release",
  containerMem = "2GB"
)

Arguments

devdir

Path to a local Bascet source checkout

tempdir

Default is to create a directory for temporary files in the current directory. Place it on a fast disk if possible

logLevel

Log level for the Bascet instance (e.g. "info", "debug", "warn")

targetType

What target type to load

containerMem

Amount of memory used by the container itself

Value

A Bascet instance