Skip to content

Commit

Permalink
fix: upgrade bazel-lib (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn authored Oct 11, 2022
1 parent 112a613 commit edd0e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions e2e/js_image/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ local_repository(
path = "../..",
)

# TODO: something in @aspect_bazel_lib 1.11.2 broke this e2e test
http_archive(
name = "aspect_bazel_lib",
sha256 = "8ea64f13c6db68356355d6a97dced3d149e9cd7ba3ecb4112960586e914e466d",
strip_prefix = "bazel-lib-1.11.1",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.11.1.tar.gz",
sha256 = "0154b46f350c7941919eaa30a4f2284a0128ac13c706901a5c768a829af49e11",
strip_prefix = "bazel-lib-1.13.0",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.13.0.tar.gz",
)

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
Expand Down
2 changes: 1 addition & 1 deletion e2e/js_image/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ commandTests:
- name: 'smoke'
command: 'bash'
args: ['/app/main.sh']
expectedOutput: ['.*WORKSPACE.*__main__', ".*TARGET.*@\\/\\/:main"]
expectedOutput: ['.*WORKSPACE.*__main__', '.*main.*', '.*ARCH.*']

0 comments on commit edd0e66

Please sign in to comment.