aboutsummaryrefslogtreecommitdiffstats
path: root/classes/bazel-base.bbclass
blob: 8d90e9bcdb8c004f1324de71be48a0ee1fd21b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export JAVA_HOME="${STAGING_LIBDIR_NATIVE}/jvm/openjdk-11-native"

# %25 of total number of local CPU cores
BAZEL_JOBS ??= "HOST_CPUS*.25"

# 25% of total amount of local host RAM
BAZEL_MEM ??= "HOST_RAM*.25"

TS_DL_DIR ??= "${DL_DIR}"

CCACHE_DISABLE = "1"

export HOSTTOOLS_DIR