Conversation
Broken by #357. Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Contributor
Author
|
Looks like we're having the same issue here that we were on Azure machines: |
standalone is deprecated: https://docs.bazel.build/versions/master/user-manual.html#strategy-options Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
``` Run ls -lh dist/ total 565672 -rw-r--r-- 1 runner staff 720B Aug 23 05:49 BUILD -rw-r--r-- 1 runner staff 272M Aug 23 05:51 Envoy drwxr-xr-x 3 runner staff 96B Aug 23 05:51 Headers drwxr-xr-x 3 runner staff 96B Aug 23 05:51 Modules ``` ``` Analyzing: target //examples/swift/hello_world:app (1 packages loaded, 0 targets configured) Analyzing: target //examples/swift/hello_world:app (16 packages loaded, 16 targets configured) Analyzing: target //examples/swift/hello_world:app (16 packages loaded, 16 targets configured) Analyzing: target //examples/swift/hello_world:app (29 packages loaded, 199 targets configured) Analyzing: target //examples/swift/hello_world:app (29 packages loaded, 199 targets configured) ERROR: /Users/runner/runners/2.157.0/work/envoy-mobile/envoy-mobile/dist/BUILD:18:25: in framework_imports attribute of apple_static_framework_import rule //dist:envoy_mobile_ios: attribute must be non empty INFO: Call stack for the definition of repository 'com_google_protobuf' which is a http_archive (rule definition at /private/var/tmp/_bazel_runner/1cddc09a5d52e3a104110a34c3ea37cb/external/bazel_tools/tools/build_defs/repo/http.bzl:237:16): - /private/var/tmp/_bazel_runner/1cddc09a5d52e3a104110a34c3ea37cb/external/envoy_api/bazel/envoy_http_archive.bzl:18:5 - /private/var/tmp/_bazel_runner/1cddc09a5d52e3a104110a34c3ea37cb/external/envoy/bazel/repositories.bzl:23:5 - /private/var/tmp/_bazel_runner/1cddc09a5d52e3a104110a34c3ea37cb/external/envoy/bazel/repositories.bzl:474:5 - /private/var/tmp/_bazel_runner/1cddc09a5d52e3a104110a34c3ea37cb/external/envoy/bazel/repositories.bzl:148:5 - /Users/runner/runners/2.157.0/work/envoy-mobile/envoy-mobile/WORKSPACE:51:1 ERROR: Analysis of target '//examples/swift/hello_world:app' failed; build aborted: Analysis of target '//dist:envoy_mobile_ios' failed; build aborted INFO: Elapsed time: 40.579s INFO: 0 processes. FAILED: Build did NOT complete successfully (44 packages loaded, 659 targets configured) FAILED: Build did NOT complete successfully (44 packages loaded, 659 targets configured) ``` Signed-off-by: Michael Rebello <me@michaelrebello.com>
previous commit worked, but it'd be nice to upload/download to parallelize Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Contributor
Author
|
No luck. Tracking here: #383 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a custom test runner for iOS which works around a problem being fixed by bazelbuild/rules_apple#549, where we previously were unable to set a device/OS on which to run tests.
This allows us to re-enable swift library tests on CI.
Replaces #338.
Signed-off-by: Michael Rebello me@michaelrebello.com