Skip to content

Commit

Permalink
Added copy.bara.sky for pyelftools
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Nov 4, 2023
1 parent 95e4e03 commit 1c9b3ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ test: ## Run pytest primarily.

.PHONY: coverage
coverage:
coverage run -m pytest
coverage run -m pytest

.PHONY: vendor
vendor: ## Update third-party dependencies.
copybara copy.bara.sky vendor_pyelftools --folder-dir ./sqlelf/_vendor
12 changes: 12 additions & 0 deletions copy.bara.sky
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
core.workflow(
name = "vendor_pyelftools",
origin = git.github_origin(
url = "https://github.com/eliben/pyelftools.git",
ref = "master",
),
destination = folder.destination(),
authoring = authoring.pass_thru("Farid Zakaria <[email protected]>"),
origin_files = glob(["elftools/**"]),
transformations = [
],
)

0 comments on commit 1c9b3ae

Please sign in to comment.