Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 16, 2024
1 parent 6c33dda commit 864657d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/envoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
--//debs:excludes=//debs:custom-excludes.txt \
--//debs:token=//debs:token.txt \
--@envoy//tools/tarball:target=//debs \
@envoy//tools/tarball:unpack
//tools/tarball:unpack
tar tf bazel-bin/debs/debs.tar.gz
ls -alh bazel-bin/debs/debs.tar.gz
ORIGINAL=$(cat debs/custom-excludes.txt | wc -l)
Expand Down
8 changes: 4 additions & 4 deletions setup.bzl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
load("@rules_proto//proto:setup.bzl", "rules_proto_setup")
load("@rules_python//python:repositories.bzl", "py_repositories")
load("@envoy//bazel:api_binding.bzl", "envoy_api_binding")
load("@envoy//bazel:repositories.bzl", "envoy_build_config")
# load("@envoy//bazel:api_binding.bzl", "envoy_api_binding")
# load("@envoy//bazel:repositories.bzl", "envoy_build_config")


def setup():
py_repositories()
rules_proto_setup()
envoy_api_binding()
envoy_build_config(name = "envoy_build_config")
# envoy_api_binding()
# envoy_build_config(name = "envoy_build_config")

0 comments on commit 864657d

Please sign in to comment.