mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 07:03:58 -05:00
* 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++"
|
|
} |