Last active
February 28, 2021 20:06
-
-
Save steeve/73ca4b35c9c5a18e9a06f93ed46c7bd6 to your computer and use it in GitHub Desktop.
This file contains 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
$ bazel build @com_github_apple_swift_protobuf//:SwiftProtobuf --remote_download_minimal --remote_max_connections=30 --remote_timeout=30 | |
Target @com_github_apple_swift_protobuf//:SwiftProtobuf up-to-date: | |
bazel-bin/external/com_github_apple_swift_protobuf/SwiftProtobuf-Swift.h | |
bazel-bin/external/com_github_apple_swift_protobuf/SwiftProtobuf.swiftdoc | |
bazel-bin/external/com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule | |
bazel-bin/external/com_github_apple_swift_protobuf/libSwiftProtobuf.a | |
INFO: Elapsed time: 4.471s, Critical Path: 1.40s | |
INFO: 136 processes: 122 remote cache hit, 14 internal. | |
INFO: Build completed successfully, 136 total actions |
This file contains 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
$ bazel build @com_github_apple_swift_protobuf//:SwiftProtobuf --remote_download_minimal --remote_max_connections=30 --remote_timeout=30 | |
Target @com_github_apple_swift_protobuf//:SwiftProtobuf up-to-date: | |
bazel-bin/external/com_github_apple_swift_protobuf/SwiftProtobuf-Swift.h | |
bazel-bin/external/com_github_apple_swift_protobuf/SwiftProtobuf.swiftdoc | |
bazel-bin/external/com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule | |
bazel-bin/external/com_github_apple_swift_protobuf/libSwiftProtobuf.a | |
INFO: Elapsed time: 10.455s, Critical Path: 3.09s | |
INFO: 136 processes: 122 remote cache hit, 14 internal. | |
INFO: Build completed successfully, 136 total actions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment