Skip to content

Commit

Permalink
Add UF2 support (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli authored Dec 31, 2024
1 parent 2def8b4 commit 776cc2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN python3 -m pip install -U pip setuptools \
asciitree \
jinja2 \
pillow \
lz4
lz4 \
pyelftools

# work-around for datacopy build script in 2.8.5
RUN ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang-14.so && \
Expand Down
3 changes: 2 additions & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN python3 -m pip install -U pip setuptools \
jinja2 \
pillow==7.2.0 \
aqtinstall \
lz4
lz4 \
pyelftools

# Qt installation adapted from
# see https://github.com/miurahr/aqtinstall/
Expand Down

0 comments on commit 776cc2b

Please sign in to comment.