mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
4356cbc352
* Regenerate cross-toolchain configs * Remove some extra whitespaces * Run gazelle and add that note to the README * Format numbered lists better in markdown * gcloud docker command is deprecated, just use docker * Add comment about docker credentials for gcr.io * Update dockerfile, some remote executor config work * gazelle * Remove commented lines --------- Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
9 lines
231 B
JSON
9 lines
231 B
JSON
{
|
|
"BAZEL_COMPILER": "clang",
|
|
"BAZEL_LINKLIBS": "-l%:libstdc++.a",
|
|
"BAZEL_LINKOPTS": "-lm:-static-libgcc",
|
|
"BAZEL_USE_LLVM_NATIVE_COVERAGE": "1",
|
|
"GCOV": "llvm-profdata",
|
|
"CC": "clang",
|
|
"CXX": "clang++"
|
|
} |