Skip to content

Commit

Permalink
Always use newest eda-container-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
wallento committed May 14, 2021
1 parent d9a84af commit e06e018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def env_get(id, default=None):
_, logfile = tempfile.mkstemp(suffix=".log")

libs = env_get("INPUT_LIBRARIES")
print(libs)
if libs:
for lib in libs.split(","):
subprocess.call(f"fusesoc library add {uuid4()} {lib}", shell=True)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/olofk/fusesoc
edalize
eda-container-wrapper
git+https://github.com/librecores/eda-container-wrapper

0 comments on commit e06e018

Please sign in to comment.