flarectl zone list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # cat ~/.cargo/config.toml | |
| # Cargo Registry Configuration - Anonymous Access | |
| # Generated by complete-cargo-setup.sh | |
| # Purpose: Configure Cargo to use JFrog proxy for all crate access | |
| [source.crates-io] | |
| replace-with = "jfrog" | |
| [source.jfrog] | |
| registry = "sparse+https://trialw4lzh7.jfrog.io/artifactory/api/cargo/cargo/index/" |
bazel query "kind(go_library, //...)"bazel query '@google-java-format//...'bazel --batch build --aspects=toolchain_discovery_experiment.bzl%toolchain_discovery_experiment_aspect --platforms=//:linux_amd64 //:garf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "debug": { | |
| "accessing_toolchains": true, | |
| "ctx_type": "ctx", | |
| "go_toolchain_dir": [ | |
| "actions", | |
| "cross_compile", | |
| "default_goarch", | |
| "default_goos", | |
| "flags", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lockFileVersion": 18, | |
| "registryFileHashes": { | |
| "https://bcr.bazel.build/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497", | |
| "https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2", | |
| "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712f7cccb659cd0e9d073d1991c038eb9fc57589", | |
| "https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14ba7f8df85273d484c2572755be4bab7ce9c3a0", | |
| "https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/MODULE.bazel": "1c8cec495288dccd14fdae6e3f95f772c1c91857047a098fad772034264cc8cb", | |
| "https://bcr.bazel.build/modules/abseil-cpp/20230802.0/MODULE.bazel": "d253ae36a8bd9ee3c5955384096ccb6baf16a1b1e93e858370da0a3b94f77c16", | |
| "https://bcr.bazel.build/modules/abseil-cpp/20230802.1/MODULE.bazel": "fa92e2eb41a04df73cdabeec37107316f7e5272650f81d6cc096418fe647b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\dev\workspace\rules-multirun-windows-issue>bazel run --platforms @zig_sdk//platform:windows_amd64 //tools:format | |
| WARNING: Build option --platforms has changed, discarding analysis cache (this can be expensive, see https://bazel.build/advanced/performance/iteration-speed). | |
| INFO: ToolchainResolution: Target platform @@hermetic_cc_toolchain++toolchains+zig_sdk//platform:windows_amd64: Selected execution platform //platforms:windows_x86_64_compat, | |
| INFO: ToolchainResolution: Performing resolution of @@buildifier_prebuilt+//buildifier:toolchain for target platform @@hermetic_cc_toolchain++toolchains+zig_sdk//platform:windows_amd64 | |
| ToolchainResolution: Toolchain @@buildifier_prebuilt++buildifier_prebuilt_deps_extension+buildifier_prebuilt_toolchains//:buildifier_darwin_amd64 is compatible with target platform, searching for execution platforms: | |
| ToolchainResolution: Incompatible execution platform //platform |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "os/exec" | |
| "strings" | |
| // These are the Bazelisk packages you'd import | |
| "github.com/bazelbuild/bazelisk/config" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| # Versions can be overridden with environment variables | |
| BAZELISK_VERSION="${BAZELISK_VERSION:-v1.10.1}" | |
| BUILDIFIER_VERSION="${BUILDIFIER_VERSION:-v6.0.1}" | |
| LOCAL_BIN="/usr/local/bin" | |
| if [ "$(id -u)" -ne 0 ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # /// script | |
| # requires-python = ">=3.7" | |
| # /// | |
| """ | |
| DevContainer Documentation Generator | |
| This script generates README files for DevContainer features and templates. |
NewerOlder